angularfire icon indicating copy to clipboard operation
angularfire copied to clipboard

Angular + Firebase = ❤️

Results 294 angularfire issues
Sort by recently updated
recently updated
newest added
trafficstars

Version info Angular: 13.2 Firebase: 9.6.7 AngularFire: 7.2.1 How to reproduce these conditions Created a new angular 13 app, created an authentication module that contains login / register / forgot...

### Version info **Angular:** 12.2.12 **Firebase:** 9.6.5 **AngularFire:** 7.2.0 Background: `Messaging.useServiceWorker()` and `Messaging.useVapidKey()` have been deprecated in Firebase 7 and were moved to `Messaging.getToken({serviceWorkerRegistration, vapidKey})` (https://firebase.google.com/support/release-notes/js#cloud-messaging_8) Problem: `AngularFireMessaging.getToken` is an...

Have we lost document typing with the upgrade to AngularFire 7? In the past, we were able to do ([as shown in the docs](https://github.com/angular/angularfire/blob/7.0.3/docs/firestore/documents.md)) something like `afs.doc('items/1')` and that would...

### Version info **Angular:** ~12.2.0 **Firebase:** ^9.6.1 **AngularFire:** ^7.2.0 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** ### How to reproduce these conditions **Failing test unit, Stackblitz demonstrating the problem** **Steps...

### Version info **Angular:** 12.2.12 **Firebase:** 9.2.0 **AngularFire:**: 7.1.1 ### How to reproduce these conditions **Steps to set up and reproduce** Initialiaze firebase auth without a popup resolver. This prevents...

I'm using ion-split-pane in my project to follow master-detail pattern, in which you place two router-outlets on your app.component.html and then you can navigate separately on each side of the...

Firebase is integrated with Google Tag Manager, which means that I can add my **GTM Container ID** to Angular project, and have Firebase-generated measurement id added to head at runtime...

### Version info **Angular:** 13.2.0 **Firebase:** 6.2.0 **AngularFire:** 7.2.2 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** ### How to reproduce these conditions import { Firestore } from 'firebase/firestore **Failing test...

### Version info **Angular: 13.1.0** **Firebase: 9.4.0** **AngularFire: 7.2.0** **Other (e.g. Ionic/Cordova, Node, browser, operating system):** ### How to reproduce these conditions Error occurs with the code given in the...

### Version info **Angular:** 13.12 **Firebase:** 8.10.0 **AngularFire:** 6.1.5 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** Node I wanted an angular SSR app, but for some reason I always get...