Skip to main content

All 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 ...
Lorenzo's user avatar
  • 75
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 ...
diet coke's user avatar
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 ...
Xyz.WebDeveloper's user avatar
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(...
Vale's user avatar
  • 45