All Questions
Tagged with angular-standalone-components firebase
4
questions
0
votes
0
answers
313
views
Notification.requestPermission() on Angular 17 standalone + PWA + Firebase chrome/safari compatibility
I'm trying to set up Firebase Cloud Messaging but I'm having compatibility issues with Safari I don't know if it's due to the script or the test http-server I'm running it on.
Since @angular/fire is ...
0
votes
2
answers
426
views
How do I use Firebase AppCheck with httpsCallable functions?
I'm using firebase functions like so...
exports.sendLicenseAgain = onCall({
enforceAppCheck: true,
consumeAppCheckToken: true,
}, async (req) => {
...
})
and i have this in my angular 17 ...
1
vote
1
answer
706
views
installing firebase on ionic angular 7 project
I used ng add @angular/fire to add firebase to ionic angular 7 project. When I checked the package.json file I found only @angular/fire without firebase package and rxfire package.
Also creating the ...
2
votes
1
answer
2k
views
Angular 15 Standalone AppComponent and AngularFireAuth
I am trying to set up an Angular webapp where the AppComponent is standalone itself using Firebase Authentication (and database). Therefore no NgModules.
I added in the main.ts
bootstrapApplication(...