Firebase

5 min. read

Firebase

Services
Develop
Backend Services

Realtime Database
Authentication
Hosting
Storage
Cloud Messaging
Remote Config
App quality Services
Test Lab for Android
Crash Reporting
Grow
Acquisition
Dynamic Links
Invites
AdWords
Re-engagement
Notifications
App Indexing
Earn
In-app Ads
AdMob
Use Cases
https://firebase.google.com/use-cases/
https://roll20.net/

Solutions
Games
https://firebase.googleblog.com/2017/08/making-great-mobile-games-with-firebase.html
https://firebase.googleblog.com/2017/12/we-built-ios-game-with-firebase.html
https://www.youtube.com/watch?v=WiFgxtvpE1w
https://medium.com/google-developer-experts/using-firebase-as-a-real-time-system-d360265aa678
https://www.programmableweb.com/news/googles-firebase-gains-gaming-and-analytics-tools/2016/11/07
https://medium.com/@feloy/building-a-multi-player-board-game-with-firebase-firestore-functions-part-1-17527c5716c5
https://appendto.com/2017/04/building-a-realtime-chess-game-with-react-and-firebase/
https://willhart.io/firebase-and-unity-part-1/
https://firebase.google.com/docs/database/unity/start
https://forum.unity.com/threads/can-firebase-be-used-to-backend-unity-mmos.173675/
https://dev.to/rynobax_7/creating-a-multiplayer-game-with-webrtc
https://pusher.com/tutorials/game-vuejs/

https://firebase.google.com/docs/#example/tetris

https://firebase.google.com/docs/games/setup

https://firebase.google.com/games/

https://firebase.google.com/docs/unity/setup?authuser=0
http://myhexaville.com/2017/05/15/andorid-tic-tac-toe-multiplayer-firebase/

https://www.youtube.com/watch?v=lGZ-hIzei9I

https://www.youtube.com/watch?v=KClYcPjZL_k

https://www.youtube.com/watch?v=KClYcPjZL_k

SSR
https://www.youtube.com/watch?v=8VDxX8vw988
https://www.youtube.com/watch?v=82tZAPMHfT4

Database
https://www.youtube.com/watch?v=KeIx-mArUck
https://www.youtube.com/watch?v=jm66TSlVtcc
https://www.youtube.com/watch?v=QcsAb2RR52c
https://firebase.google.com/docs/database/ios/structure-data

Hosting
https://www.youtube.com/watch?v=LOeioOKUKI8&t=102s

Send Message
https://firebase.google.com/docs/cloud-messaging/send-with-console
https://firebase.google.com/docs/cloud-messaging/

References
https://hackernoon.com/introduction-to-firebase-218a23186cd7

https://firebase.google.com/

Storage

Hosting

npm install -g firebase-tools
firebase login
firebase init
firebase deploy

Place all the public files in a folder called public
Change the firebase.json file to:
{
“hosting”: {
“public”: “public”,
“ignore”: [
“firebase.json”,
/.*”,
/node_modules/**”
]
}
}

SSL
https://gethttpsforfree.com/
https://www.freessl.com/
https://letsencrypt.org/getting-started/
https://www.sslforfree.com/

Contact Form
https://www.knownly.net/community/guides/set-up-formspree-contact-form/index.html
https://formspree.io/

https://progblog.io/How-to-Using-Angular-4-and-Cloud-Functions-for-Firebase-to-Build-a-Contact-Form-PT-1/

Unity
https://github.com/firebase/quickstart-unity

Angular
https://github.com/firebase/angularfire

https://github.com/revolunet/angular-google-analytics

https://firebase.google.com/docs/reference/rest/database/

https://www.skcript.com/svr/creating-restful-api-firebase/

https://medium.com/@ste.grider/serverless-showdown-aws-lambda-vs-firebase-google-cloud-functions-cc7529bcfa7d

https://android.jlelse.eu/why-we-are-not-cross-platform-developers-fd7ef70e976d

https://medium.com/@atbe/firebase-functions-true-routing-2cb17a5cd288

https://firebase.google.com/pricing/#blaze-calculator

https://firebase.google.com/docs/functions/database-events

https://medium.com/step-up-labs/our-experience-with-cloud-functions-for-firebase-d206448a8850

https://dzone.com/articles/a-primer-on-cloud-functions-for-firebase

https://github.com/webeli/Multiplayer-realtime-game-with-Phaser-Firebase-and-ES6

https://www.youtube.com/watch?v=lGZ-hIzei9I

https://www.youtube.com/watch?v=9kRgVxULbag

https://howtofirebase.com/firebase-data-modeling-939585ade7f4

https://howtofirebase.com/

https://www.fullstackfirebase.com/introduction/why-firebase

https://medium.com/google-cloud/using-google-apis-with-firebase-auth-and-firebase-ui-on-the-web-46e6189cf571

https://medium.com/@atbe/firebase-functions-true-routing-2cb17a5cd288

YouTube
https://www.youtube.com/c/firebase/playlists

https://firebase.google.com/

Storage

Hosting

npm install -g firebase-tools
firebase login
firebase init
firebase deploy

Place all the public files in a folder called public
Change the firebase.json file to:
{
“hosting”: {
“public”: “public”,
“ignore”: [
“firebase.json”,
/.*”,
/node_modules/**”
]
}
}

SSL
https://gethttpsforfree.com/
https://www.freessl.com/
https://letsencrypt.org/getting-started/
https://www.sslforfree.com/

Contact Form
https://www.knownly.net/community/guides/set-up-formspree-contact-form/index.html
https://formspree.io/

https://progblog.io/How-to-Using-Angular-4-and-Cloud-Functions-for-Firebase-to-Build-a-Contact-Form-PT-1/

Unity
https://github.com/firebase/quickstart-unity

Angular
https://github.com/firebase/angularfire

https://github.com/revolunet/angular-google-analytics

Documents https://firebase.google.com/docs/reference/rest/database/

Register
Login https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key=AIzaSyBuVkcH4SUDoi5W_K2YLRiyTFC8gM47w3o

Documents https://firebase.google.com/docs/reference/unity/