angularfire
angularfire copied to clipboard
Angular + Firebase = ❤️
### Checklist - Issue number for this PR: #nnn (required) - Docs included?: (yes/no; required for all API/functional changes) - Test units included?: (yes/no; required) - In a clean directory,...
### Version info ``` shell $ ng version _ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_...
error
Hi, i am trying to have a angular project with firebase and i try with your package but i have this error, i have installed angular 19.1.0, idk if there...
I'm seeing `Firebase: Error (auth/network-request-failed)` when using `fakeAsync`, but success without using it. (While using the emulator on localhost during test runs.) ```ts it('should recover email fakeAsync', fakeAsync((): void =>...
Is the running outside of injection context warning legitimate when using `validatePassword`? My code: ```ts import { EnvironmentInjector, inject, runInInjectionContext } from '@angular/core'; import { Auth, validatePassword } from '@angular/fire/auth';...
✔ Found compatible package version: @angular/[email protected]. ✔ Package information loaded. The package @angular/[email protected] will be installed and executed. Would you like to proceed? Yes ✔ Packages successfully installed. UPDATE package.json...
Use plural name for the items array in the intro code
I am using @angular/[email protected], and I have the following: `src/server.ts` >import { > AngularNodeAppEngine, > createNodeRequestHandler, > isMainModule, > writeResponseToNodeResponse, >} from "@angular/ssr/node"; > >import express from "express"; > >import...
When Angular's build optimization flag is set to true in angular.json. the line throws: Service messaging is not available provideMessaging(() => getMessaging()), Also check this image for reference from this...
I am working on an Angular application using the following versions: @angular/fire: 7.5.0 @angular/core: 15.2.0 firebase: 9.17.1 Node.js: v20.11.1 I am implementing pagination for a Firestore query using startAfter with...