Introduction to Firebase
Cloud Firestore is a flexible, scalable database for mobile, web, and
server development from Firebase and Google Cloud Platform. Like
Firebase Realtime Database, it keeps your data in sync across client
apps through realtime listeners and offers offline support for mobile
and web so you can build responsive apps that work regardless of network
latency or Internet connectivity. Cloud Firestore also offers seamless
integration with other Firebase and Google Cloud Platform products,
including Cloud Functions.
In our Project we use firebase for:
- Authentication: In this the user must register or login itself and the registration details are stored in the firebase.(fig 1.)
- Storage: In this the we store the other information other than the authentication.(fig 2.)
Comments
Post a Comment