Sample Firebase Realtime Database Android app with CRUD functionality. Developed using Kotlin and AndroidX.
System Requirements:
- Android Studio 3.5
- compileSdkVersion 29
How to run:
- Clone the project.
- Create your Firebase project.
- Add this Android app to the Firebase project.
- Add the generated google-services.json file from Firebase under the app directory.
- Open the project using Android Studio and then run it.