FirebaseUI is an open-source library for Android that allows you to quickly connect common UI elements to Firebase APIs. A compatible FirebaseUI client is also available for iOS. FirebaseUI has separate modules for using Firebase Realtime Database, Cloud Firestore, Firebase Auth, and Cloud Storage. To get started, see the individual instructions for each module. FirebaseUI is published as a collection of libraries separated by the Firebase API they target. Each FirebaseUI library has a transitive dependency on the appropriate Firebase SDK so there is no need to include those separately in your app. After the project is synchronized, we're ready to start using Firebase functionality in our app. There is a sample app in the app/ directory that demonstrates most of the features of FirebaseUI.
Features
- FirebaseUI has separate modules for using Firebase Realtime Database
- FirebaseUI is published as a collection of libraries separated by the Firebase API they target
- Each FirebaseUI library has a transitive dependency on the appropriate Firebase SDK
- Quickly connect common UI elements to Firebase APIs
- A compatible FirebaseUI client is also available for iOS