Using Firebase in Flutter: Part 1 – Setup

Skip to part 2 or part 3 Firebase is a solution owned by google, which provides a ton of out of the box solutions, such as authentication, storage and analytics….

The string, split join trick in Swift

Sometimes you need to split a string by some delimiter and recompose it with another. Or maybe you need to filter a string. It can be done easily like this: