AndroidFirebase
AndroidFirebase copied to clipboard
AndroidFirebase
Example of using Android RecyclerView with Firebase Geofire
Example of different ways to save user location to geofire:
- using Android Firebase SDK + RxJava (worst one)
- using Firebase Cloud Functions API (with Retrofit, highest abstraction)
- using Firebase Cloud Function Database Trigger (shortest one)