Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 660 Bytes

Firebase.md

File metadata and controls

29 lines (16 loc) · 660 Bytes

Firebase

What are the two types of databases that Firebase supports?

Solution

Firebase realtime database and Firebase firestore.

Describe the importance of the Google-Info.plist file?

Solution

The Google-Info.plist is a property list that encompasses the configurations and connects your Xcode project and Firebase project.

What are Firebase rules?

Solution

Firebase rules provides various levels of security on documents and collections in the Firebase database and storage services.