Simple iOS and Android demonstration of Firebase realtime database.
Run the iOS & Android app, play with the add button and see the Firebase's database synchronisation in action !
Requirement : Flutter 1.7.9
To run the Flutter exemple :
- Install Flutter
- Download the Flutter source folder
- Replace the Firebase .plist (ios/Runner/) and .json (android/app/) file by your own Firebase application file
- Import the Flutter folder in Android Studio or IntelliJ
- Select a target and press the play button !
Requirement : Xcode 12.1+, Swift 5.3
To run the iOS exemple :
- Replace the Firebase .plist file by your own Firebase iOS Application file
- Open
iOS_Firebase_Demo.xcodeproj
file - Let Xcode fetch the SPM dependencies
- Press the play button !
Requirement : Android Studio 4.1+, Kotlin
To run the Android exemple with Android Studio :
- Download the lastest version of Android Studio
- Import the
Android
source folder in Android Studio - Replace the Firebase google-services.json file (in the app folder) by your own Firebase json
- Press the play button !