angularfire Questions

2

Solved

I'm trying to make Firebase App Check work but I'm struggling to find a way to do so using Angularfire as there seem to be no docs on it from what I can find. ... import { getFirestore, provideFire...

5

Solved

I start new Ionic/angular project and I add @angular/fire package. When I run "ionic serve" I got these errors: Error: node_modules/@angular/fire/compat/firestore/interfaces.d.ts:13:18 - ...
Stover asked 9/12, 2022 at 16:43

4

Solved

I recently updated angular because Angular Fire bugs were fixed in a much newer version. My previous version was before the "standalone" changes. As a result, I'm getting this error in th...
Saguaro asked 6/2, 2024 at 20:33

9

Solved

I have upgraded the firebase JS SDK from v7 to v8.0.0 and I am importing firebase like so. import * as firebase from 'firebase'; Accessing any of the following causes the error below. firebase.fir...
Replace asked 10/1, 2021 at 21:7

10

Solved

I'm trying to add angularfire database module to a new angular project but when i add the line : import { AngularFireDatabaseModule } from '@angular/fire/compat/database'; i get this error : Error...
Conroy asked 8/8, 2022 at 16:29

6

Solved

i am trying to import scripts from importScripts("https://www.gstatic.com/firebasejs/9.1.0/firebase-app.js"); importScripts("https://www.gstatic.com/firebasejs/9.1.0/firebase-messagi...
Eulogia asked 26/1, 2022 at 19:3

35

Solved

First time using firestore and I'm getting this error. It seems to be a problem with Ivy, from my research. I don't have a lot of experience modifying tsconfig.app.json, which is the direction I've...
Strickler asked 18/2, 2020 at 22:24

6

I am using anonymous auth to allow my users to use the app without logging in. However, Firebase seems to persist these anonymous user IDs indefinitely. Is there a way to automatically purge these ...
Decry asked 18/6, 2016 at 9:25

2

I updated Node modules rxfire from 6.0.3 to 6.0.4 and firebase from 9.23.0 to 10.3.0. Now my Angular app won't start. I ran npm install [email protected] and npm install [email protected]...
Prosper asked 30/8, 2023 at 17:59

12

I have a page that is calling addCheckin() method which is inside a controller. In the controller, I am trying to create a reference as follows: var ref = firebase.database().ref("users/" + $scope...

2

Solved

Context I am working with Ionic & Angular & Angular Fire & Firebase. I already made a successfull connection to the Firestore Database and I am able to manipulate the data. Specificatio...

1

Solved

I've managed to get @angular/fire working in an Angular standalone app, but I'm attempting to turn on the offline capabilities like I have in the past, and I'm now seeing that enableIndexedDbPersis...
Representationalism asked 29/5, 2023 at 22:6

4

Solved

So I am calling a firebase function through AngularFire like so: const response = await this.aFunctions.httpsCallable<void, ResponseType>('funcName')().toPromise(); This works when deployed ...

4

I've been using AngularCrashlytics(from @angular/fire) for a while interestingly since this morning I became unable to get either build or ng serve which throws error as below.Can someone help me t...
Bathilda asked 3/2, 2023 at 12:19

2

I try to catch exception with AngularFireAuth.createUserWithEmailAndPassword and show user the exists username/password error message. The exception handle code runs but somehow a similar Exception...
Lethia asked 18/5, 2021 at 4:52

1

Solved

I'm trying to get the new getCountFromServer() feature released in Firebase 9.11 to work with Angularfire and/or without, but I get a strange error. Case: I want to retrieve the size/length of the ...

3

Solved

I'm building a website using Angular and Firebase. I'm using Angularfire2 and AngularFireAuth libraries and GoogleAuthProvider (Google) as my authentication provider. Here is my service code: imp...

3

Solved

I was developing a food ordering app using Ionic & Firebase for a local restaurant . Having limited knowledge in any backend language , and lazy to spend time on that , I was thinking of using ...
Viable asked 22/11, 2015 at 17:10

3

I've been working on a new app for iOS and Android. I'm developping it on Angular 12 using Ionic 5, Capacitor and Firebase 9. While I'm used to setting up auth pages (login/register/pwd reset) with...
Keverne asked 10/9, 2021 at 16:26

5

Solved

Is there a way to get all the users' count in firebase? (authenticated via password, facebook, twitter, etc.) Total of all social and email&password authenticated users.

5

Solved

I am using firebase (with Angularfire) for an html5 phone app. The user inputs only their email in the start screen, and then, depending on whether that email is already registered or not, the user...
Kaliope asked 27/2, 2014 at 19:33

8

Solved

When I run npm run start I get the below error regarding firebase. Tech: Angular version 9, Firebase, Firestore, Geofirestore Angular CLI. Error: ERROR in The target entry-point "@angular/fire/a...
Pervert asked 9/4, 2020 at 21:3

3

Solved

I'm getting the error below. My problem is NOT with the actual error but the fact that it is saying that the error was Uncaught. If you take a look at my auth.service.ts and sign-in.component.ts fi...

5

Solved

I am trying to implement Firebase Realtime Database into a angular project and Im getting stuck at one of the very first steps. Importing AngularFireModule and AngularFireDatabaseModule. It gives m...
Callender asked 26/8, 2021 at 13:0

5

I am trying to integrate ngx-admin with firebase. i have install firebase in my angular project.but it gives me such error "typescript error cannot find module 'firebase/app'." i have try to instal...
Gnathic asked 21/12, 2017 at 8:27

© 2022 - 2025 — McMap. All rights reserved.