In Part 1 (or if you want to skip, here is the link to part 3) we set up Firebase in our Flutter project. In this part we will use…
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:
