angularfire
angularfire copied to clipboard
Angular + Firebase = ❤️
### Version info **Angular:** 12.2.15 **Firebase:** 9.4.0 **AngularFire:** 7.2.0 **nguniversal/express-engine:** 12.1.3 ### Problem On installing `Angular fire` with `ng add @angular/fire` and choosing `Cloud Run` for my SSR. It gives...
### Version info **Angular:** 13.2.5 **Firebase:** 10.1.4 **AngularFire:** 7.2.1 ### How to reproduce these conditions Build the AngularFire Quickstart. https://github.com/angular/angularfire/blob/master/docs/install-and-setup.md Step 7 fails. **Steps to set up and reproduce** This...
Hi, i have a project with @angular/fire 6.1.4 and angular 12. Actually I migrate Angular to 13 and i wanted upgrade all dependencies but when I upgrade @angular/fire the property...
### Version info **Angular:** 12.2.0 **Firebase:** 9.6.6 **AngularFire:** 7.2.1 ### How to reproduce these conditions **Steps to set up and reproduce** In app.module.ts: `{ provide: DEBUG_MODE, useValue: true }` `{...
Hello there and thanks for your support. I'd like to know if I can use the Europen `databaseURL` inside the firebase credentials. At the moment it causes an error with...
### Version info **Angular:** 11.2.14 **Firebase:** 8.10.0 **AngularFire:** 6.1.5 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** @capacitor/core: 3.3.3, node: 16.14.0, npm: 8.5.0, MacOS Monetery 12.2.1 ### How to reproduce these...
adding caveat after suffering with ios after upgrade to 7. android and web work, but ios needs this. NOTE: not sure if this is the right/best place to do this,...
Currently running `setPersistence` with any `Persistence` breaks. I was able to work around this by just importing `setPersistence` from `@firebase/auth` instead of `@angular/fire/auth`. ### Version info **Angular:** 13.1.3 **Firebase:** 9.6.4...
### Version info **Angular: 13.1.1** **Firebase: 9.4.0** **AngularFire: 7.2.1** **Other (e.g. Ionic/Cordova, Node, browser, operating system) : Browser** ### How to reproduce these conditions I've followed every tutorial I can...