Skip to content

Instantly share code, notes, and snippets.

@gpetuhov
Last active June 4, 2019 07:23
Show Gist options
  • Save gpetuhov/7d0d22a4dcf7e1183be5467547adcbab to your computer and use it in GitHub Desktop.
Save gpetuhov/7d0d22a4dcf7e1183be5467547adcbab to your computer and use it in GitHub Desktop.
Firebase
Firebase Features
https://firebase.google.com/features/
Firebase Console
https://console.firebase.google.com/
Udacity Course App (Friendly Chat)
https://github.com/udacity/and-nd-firebase
Firebase Cloud Messaging
https://firebase.google.com/docs/cloud-messaging/
https://android.jlelse.eu/serverless-notifications-with-cloud-functions-for-firebase-685d7c327cd4
https://www.pluralsight.com/guides/push-notifications-with-firebase-cloud-messaging
https://medium.com/@shayan.ta69/how-to-handle-fcm-notification-in-backgrounded-android-applications-29229c4f9975
https://stackoverflow.com/questions/37711082/how-to-handle-notification-when-app-in-background-in-firebase
Push IDs
https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html
Add Firebase to Your Android Project (libraries list)
https://firebase.google.com/docs/android/setup
Read and Write Data on Android
https://firebase.google.com/docs/database/android/read-and-write
Firebase Database Security Rules API
https://firebase.google.com/docs/reference/security/database/
Understand Firebase Realtime Database Rules
https://firebase.google.com/docs/database/security/
Firebase Authentication
https://firebase.google.com/docs/auth/
https://medium.com/my-android-acadamy/firebase-authentication-with-android-51d557dc827a
FirebeaseUI
https://github.com/firebase/FirebaseUI-Android
FirebaseUI Auth
https://github.com/firebase/FirebaseUI-Android/tree/master/auth
Firebase Storage - Upload Files on Android
https://firebase.google.com/docs/storage/android/upload-files
Firebase Storage Security Documentation
https://firebase.google.com/docs/storage/security/
Firebase Storage Security Rules Reference
https://firebase.google.com/docs/reference/security/storage/
Automatically Collected User Properties in Firebase Analytics
https://support.google.com/firebase/answer/6317486?hl=en
Firebase Analytics Documentation
https://firebase.google.com/docs/analytics/
Use Firebase Remote Config with Analytics
https://firebase.google.com/docs/remote-config/config-analytics
Realtime Database vs Cloud Firestore
https://firebase.google.com/docs/database/rtdb-vs-firestore
Firestore Arrays
https://firebase.googleblog.com/2018/08/better-arrays-in-cloud-firestore.html
GeoFirestore
https://github.com/imperiumlabs/GeoFirestore-Android
Firebase Cloud Functions
https://firebase.google.com/docs/functions/get-started
https://github.com/firebase/functions-samples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment