This guide assumes that you will take advantage of the version 9 compat libraries to facilitate your upgrade. These libraries allow you to continue using version 8 code alongside code refactored for version 9 . This means you can compile and debug your app more easily as you work through the upgrade process.
Read moreWhat is Firebase database?
The Firebase Realtime Database is a cloud-hosted NoSQL database that lets you store and sync data between your users in realtime . NEW: Cloud Firestore enables you to store, sync and query app data at global scale.
Read moreWhere is Firebase config?
Get config file for your Android app
Read moreHow do I use Firebase CDN?
Add Firebase to your JavaScript project
Read moreWhat is Firebase SDK?
The Firebase SDK for Android is the official way to add Firebase to your Android app . To get started, visit the setup instructions.
Read moreWhat is initializeApp?
initializeApp(Context context) Initializes the default FirebaseApp instance using string resource values – populated from google-services .
Read moreWhat is Firebase admin used for?
The Admin SDK is a set of server libraries that lets you interact with Firebase from privileged environments to perform actions like: Read and write Realtime Database data with full admin privileges .
Read more