angularfire
angularfire copied to clipboard
Angular + Firebase = ❤️
Hello I've run into a problem when testing PWA app in offline mode. Everything works fine if app started with the Internet access and lost if afterwords. However if I...
### Version info **Angular:** angular/core: "~13.1.0", **Firebase:** "firebase": "^9.6.3", **AngularFire:** angular/fire: "^7.2.0", **Other (e.g. Ionic/Cordova, Node, browser, operating system):** Windows 10, Node.js v16.13.2., Edge and Chrome, latest version ### How...
It's not clear how to set the Authentication state persistence in the modular approach. Can you please add this to the examples?
### Version info **Angular:** ^12.2.9 **Firebase:** ^9.1.2 **AngularFire:** ^7.1.0 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** "rxfire": "^6.0.2", "rxjs": "^6.6.7", Node LTS (14) npm@6 ### How to reproduce these conditions...
Firebug
"firebase": "^8.2.2", On save image in storage: My code: ``` import { AngularFireStorage } from '@angular/fire/storage'; constructor( private fireStorage: AngularFireStorage ) { } saveIMG(img: File, imgPath: string) { return this.fireStorage.ref(imgPath)...
### Version info **Angular:** **Firebase:** **AngularFire:** **Other (e.g. Ionic/Cordova, Node, browser, operating system):** ### How to reproduce these conditions **Failing test unit, Stackblitz demonstrating the problem** **Steps to set up...
### Version info **Angular:** ~13.0.0 **Firebase:** ^9.6.1 **AngularFire:** ^7.2.0 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** "@ionic/angular": "^6.0.0", ### How to reproduce these conditions I am trying to upload to...
# Feature request If you run `firebase deploy --help`, you can see that there is a `-m, --message ` option you can set. It would be great to have the...
After upgrade to v7 I have nothing logged in Firebase analytics. ### Version info Angular: 13.0.0 Firebase: 9.4.1 AngularFire: 7.2.0 In app.module I have this in imports: `provideFirebaseApp(() => initializeApp(environment.firebaseConfig)),...
**Angular:** 12.x.x **Firebase:** 9.4.1 ( also tried on 9.4.0 and other earlier versions) **AngularFire:** 7.2.0 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** n/a ### How to reproduce these conditions **Steps...