Firebase
TL;DR
At work you mainly touch Firebase Cloud Messaging (FCM) for push notifications — other Firebase products optional per project.
Where I use it
- Push / mobile messaging on Anabatic internal apps — [[Areas/Anabatic/Tech stack]]
General notes
- FCM: server keys, device tokens, topics, payload shape; coordinate with Angular/Web or native clients per product.
- (Add: Admin SDK usage from NestJS, token lifecycle, staging vs prod Firebase projects.)
Official documentation
- Firebase docs home: https://firebase.google.com/docs
- Cloud Messaging (FCM): https://firebase.google.com/docs/cloud-messaging
- Admin SDK (server): https://firebase.google.com/docs/admin/setup
Related vault
- [[Areas/Anabatic/Tech stack]]