This app is developed in swift 4 and In this application, i have used Firebase fundamentals including saving data, real-time sync, authentication, user status, and offline support. This project is developed with the help of ray wenderlich tutorial and it’s very easy to implement and use. This is the basic or start of how to integrate firebase tools in your application.
This is the launch screen of the application , one can place any desired image according to his/her need
This one is the login/registration screen where user can either login to system or register. Only registered user can log in to the system with registered email and password combination.
Registration screen where user can input email and password and it will automatically be registered on firebase database also
Here I have used grocery to be added in the list , one can use this application to store anything like birthdates, todo list etc.
This is the list of all grocery items added by different users using this application.
The logged in user data will be displayed here.
The firebase console database screenshot where the real data is being displayed and one can track these data .
Firebase auth data displaying user email id and unique UDID of user who have registered with the application.
One can add grocery items in the list even in offline mode and the Firebase database will be automatically synced once the internet connection is established.