Introduction With Firebase 101 we introduced the basic features of firebase and most of it’s database features. With this tutorial, we’re continuing the presentation of Firebase with some more advanced topics: Authentication: In most apps, some data needs to be restricted to certain users. A user may want to share information with his friends, but may not like to have…
Author Archive for Andrei Nagy

All you need to know about JSON
JSON, stands for JavaScript Object Notation. It’s the de facto standard for server-client data communication. In this post, we will go over a few concepts about data and demo using JSON in a Xcode Playground. You are encouraged to try out and modify examples. A word on data and information Applications manipulate data and present it to the user as…

Firebase 101
Why firebase? Making a stand alone application is fun, we developers have access to a rich API provided from Apple to make beautiful design and intricate, elegant logic. However, for a modern app a way to persist data outside the actual device is needed. Devices get lost or broken, apps can be uninstalled and so on. No developer wants…