All Questions
2,696 questions
0
votes
0
answers
31
views
AngularFire: No Provider for Firebase Options Error Using APP_INITIALIZER with AWS Secrets Manager
I'm trying to initialize Firebase in my Angular application by fetching the Firebase config from AWS Secrets Manager before the application starts. I've set up the initialization using APP_INITIALIZER ...
0
votes
0
answers
31
views
Getting error after trying to use authentication of Firebase service from another component
I am using the Firebase Authentication service in my Angular app. I have created a service to check the user authentication status. When I try to use this as a service in the navbar component I get ...
0
votes
0
answers
20
views
The XMLHttpRequest compatibility library was not found
I am doing a project with Angular and Firebase and I started to get this error. At first I didnt have this error, but then I used FirebaseTSAuth methods and the error appeared. Can someone help?
This ...
1
vote
0
answers
61
views
Angular and Firebase: unable to ng add @angular/fire
It's like three days I'm trying to get this thing done with little results.
I want to use Google Firebase services inside of my Angular project. I'm following this link to use it in my project.
I ...
1
vote
0
answers
42
views
Firebase AppCheck is not working for angularJS, showing 100% Unverified requests for Realtime Database
Firebase AppCheck is not working for angularJS, Showing 100% Unverified requests for Realtime Database
Firebasejs: 3.6.4
Angularfire: 2.3.0
AngularJS: 1.6.0
I have modified the Firebasejs library to ...
0
votes
1
answer
101
views
Performing two firebase queries to inner join 2 lists
I'm building a simple marketplace web app where the user posts their products. I want to get the user owner of each product. Please tell me how do I perform Firebase inner joins using observables!
...
1
vote
0
answers
316
views
How to get fcm_option.link from [firebase-messaging-sw.js] Received background message (payload)
I'm trying to get my FCM web notifications to contain a clickable link to my site.
I have generated fcmlink through backend(java).
1.Created Class NotificationWebDataDTO which implements ...
-1
votes
1
answer
48
views
Firebase seems to save names based on local devices
First of all, not sure where to post this on the Stack community.
I am creating an app, which suppose to be responsive, see: pedecabra.ideacodinglab.com
When I save to Firebase, from different devices,...
0
votes
1
answer
551
views
Firebase createUserWithEmailAndPassword displayName returned null
I am trying to create a new user with email and password using firebase auth. However, when I try to access the displayName and from the returned async call I get a null value (before updateProfile ...
1
vote
0
answers
65
views
Firebase .getDownloadURL() returns undefined in Angular
I created function which on form submit to upload picture to Firebase storage.
The function is uploading the img successfuly but can't retrieve the proper url. It is returning 'undefined' for url ...
1
vote
0
answers
309
views
Query a Firestore Collection using Angular Fire & Angular Js
I need to query the data from the firestore collection in Angularjs.
I already get the data from firestore using this code in the vanilla javascript.
import { getFirestore, doc, getDoc,getDocs, ...
0
votes
0
answers
366
views
ng update @angular/fire --allow-dirty --force made many errors?
i face the error FirebaseError: Missing or insufficient permissions only on page reload : so i decided to update the npm module with this command " ng update @angular/fire --allow-dirty --...
0
votes
0
answers
35
views
_trackEvent() method in Google analytic. and what method in firebase analytics?
Earlier we used the Google analytics in our application, in which we used the .trackEvent() method which use to record user interaction with website elements. Now we migrate to firebase analytics, ...
0
votes
1
answer
97
views
Getting wrong results: Time-zone issue when hitting api from AngularJS and querying for result from firebase using NodeJS
I have wrong result returned when queried with date-range.
I am using DateRangePicker jQuery for selecting date range and time range.
Then I hit my api and send my date/Moment js object to my node js ...
0
votes
2
answers
166
views
How to get one items from my Firebase realtime Database with Angular Ionic
this is my Realtime database
I want to find the article of the person connected and display infomation
This is my ionic script page
here are my imports
I can retrieve the id of the user to connect ...