angularfire
angularfire copied to clipboard
Angular + Firebase = ❤️
Deploying with service account was not possible, becouse no checks were made for GOOGLE_APPLICATION_CREDENTIALS env variable Fixes #3260 ### Checklist - Issue number for this PR: #3260 - Docs included?:...
Hi, It could be cool to have a link to https://github.com/RaphaelJenni/FirebaseUI-Angular . It is officially referenced by the Angular team here https://github.com/firebase/firebaseui-web#angular-setup .
### Version info **Angular:** 14.1.0 **AngularFire:** 7.4.1 **Firebase CLI:** Latest being downloaded every time by the actions runner ### How to reproduce these conditions **Steps to set up and reproduce**...
Feature request ======================== In AngularFireFunctions allow for calling `httpsCallableFromURL` (https://firebase.google.com/docs/reference/js/functions.md#httpscallablefromurl), similar to current call call to `httpsCallable`. With Firebase Cloud Functions V2 this is the only way for calling that...
### Version info **Angular: 14** **Firebase: 9.9.1** **AngularFire: 7.4.1** **Other (e.g. Ionic/Cordova, Node, browser, operating system):** Node 16.13.0 macOS ### How to reproduce these conditions #### Steps to set up...
Hello, when I send a push notification to my app, the onMessage method is called even if it is in the background! Actually, the onBackgroundMessage should then be called, right?...
ng deploy ignores --configuration option and runs always with production configuration (angular ssr)
### Version info **Angular: 16.0.0** **AngularFire: 7.6.1** **Firebase-tools: 12.3.0** ### How to reproduce these conditions I'm trying to deploy Angular 16 SSR app with multiple configurations set in angular.json. It...
### Version info **Angular:** 16.2.0 **Firebase:** **AngularFire:** 7.6.1 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** ### How to reproduce these conditions **Failing test unit, Stackblitz demonstrating the problem** **Steps to...
### Version info **Angular:** "@angular/core": "^17.1.0" **Firebase:** $ firebase --version 13.0.3 **AngularFire:** "@angular/fire": "^17.0.1" **Other (e.g. Ionic/Cordova, Node, browser, operating system):** ``` $ uname -a Linux codespaces-9f3720 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP...
I have recently upgraded to the newest angularfire 17.0.0 and am having trouble getting some fairly straight forward things working. Filled out the template below. Thanks for your help. ###...