Tag: Firebase

Firebase Fundamentals

Noteshttps://github.com/joeeames/FirebaseFundamentalsCourse .child().parent().root() In a database, when you have a ref, you can use .parent to get the parent node Data Design PrinciplesDon’t treat Fi

Firebase Storage

Referenceshttps://medium.com/@daggerdwivedi/set-up-firebase-to-upload-user-files-165063cbeee1https://firebase.googleblog.com/2016/07/5-tips-for-firebase-storage.htmlhttps://medium.com/@mheavers/sett

Firebase Slack

https://medium.com/evenbit/building-a-slack-app-with-firebase-as-a-backend-151c1c98641d https://support.google.com/firebase/answer/9005934?hl=en https://hackernoon.com/firebase-cloud-functions-slack

Firebase Role based

Referenceshttps://angularfirebase.com/lessons/role-based-permissions-and-authorization-with-firebase-auth/ https://medium.com/@ryanchenkie_40935/angular-authentication-using-route-guards-bf7a4ca13ae

Firebase Databases

Firebase Databases The Firebase Databases are NoSQL JSON databases. Currently, there are 2 different types of databases, namely, Firebase Realtime Database and Firebase Cloud Firestore

Firebase Hosting

https://firebase.googleblog.com/2016/07/deploy-to-multiple-environments-with.html

Firebase Microservices

Can I use Cloud Functions with Unity?https://www.youtube.com/watch?v=o0goc4zxIBE https://www.youtube.com/watch?v=5CZ1f6wzn4Q https://stackoverflow.com/questions/45431641/using-micro-service-archite

Firebase Realtime Database

Firebase Realtime DatabaseThe Firebase Realtime Database is a cloud-hosted NoSQL database that lets you store and sync between your users in realtime. The Realtime Database is really just one big JSON object that the developers can manage in realtime.