All Questions
5 questions
1
vote
0
answers
312
views
Get response firebase functions from app with Emulators [duplicate]
How can I get the response of a Firebase function from my app with Emulators?
I am trying the following:
component.ts
getInfo() {
const functions = getFunctions();
connectFunctionsEmulator(...
4
votes
1
answer
609
views
FirebaseError: Firebase: A network AuthError (such as timeout, interrupted connection or unreachable host) has occurred. (auth/network-request-failed)
I'd like to set up my Angular app to use Firebase's emulators and followed this guide to set up my app.module.ts as follows:
import { USE_EMULATOR as USE_AUTH_EMULATOR } from '@angular/fire/compat/...
7
votes
0
answers
671
views
Autmatically signed out on page refresh with Firebase Emulator
I am using @angular/fire in my project to use firebase. To test the integration with firebase services I run firebase emulators: start in the command line. While serving the angular application with ...
0
votes
0
answers
45
views
Why is angular fire saying I'm not logged in even though firebase tools says I am?
I'm having an issue with my ng add @angular/fire command and I think this might have something to do with it. below is a screenshot of me checking my login by running firebase login, it clearly says I'...
2
votes
0
answers
51
views
firebase serve error with express (zone enabled)
I created a function ssr which uses the express server to handle the request, but when I run the function via an http request http://localhost:4201/<project-id>/us-central1/ssr, I got an error:
...