Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
36 views

Angular - Why is my search bar not working well?

dashboard.component.html : <div class="search-bar"> <form class="search-form d-flex align-items-center" method="POST" > <input type="...
Mohamed Seif Ben Salah's user avatar
0 votes
1 answer
33 views

Loading Firebase Config dynamically in Angular in @angular/fire

I have an angular v18 application with @angular/fire v18 I am using the modular api version of it. I am trying to load the firebase config dynamically during run time Current I have the following code....
Utkarsh's user avatar
  • 60
0 votes
0 answers
17 views

Issue with authentication recaptcha token

I have an Angular website base where I'm just working on the whole authentication workflow using Firebase. The workflow I choose is to signup using email and then requesting the phone number to enable ...
vcliment89's user avatar
0 votes
0 answers
23 views

I don't see any suggestions from the IDE when trying to import any functions from firebase or @angular/fire libraries (Visual Studio Code)

I want to initialize my Firebase app and use its features in my Angular app. However, after I installed all packages via npm install firebase @angular/fire, I'm not getting any suggestions from the ...
dimonchik11's user avatar
1 vote
1 answer
50 views

How do I replace environment config for Angular app in Nx monorepo

Deployed my test app to firebase-hosting. Clicking sign-up/sign-in button calls 'signInWithPopup(auth, provider)'; Popup window shows: "This site can’t be reached. 127.0.0.1 refused to connect.&...
pax's user avatar
  • 1,795
0 votes
1 answer
51 views

Why "incorrect password" alert never appears?

html code : <div *ngIf="form.controls.password.errors?.['incorrect'] && form.controls.password.touched && !isFieldFocused('password')" class="alert2 alert-danger"...
Mohamed Seif Ben Salah's user avatar
0 votes
1 answer
53 views

Facing problem with angular 17 and firebase

When I tried to add package in my angular 17 application, it can't install the package. it always show this error given below. ng add @angular/fire Skipping installation: Package already installed ...
user26393343's user avatar
0 votes
0 answers
35 views

(Firebase App hosting) Error: Only the Angular application builder is supported

I'm working on an Angular project where I need to use environment variables managed by dotenv. For this, I've been using the custom webpack builder provided by @angular-builders/custom-webpack:browser....
Yordan Mansarliyski's user avatar
2 votes
1 answer
22 views

ERROR Error: getBlob() is only available in Browser-like environments

I am trying to fetch data from Firebase storage using Angularfire 18.0.1 : import {Storage, getBlob, ref } from '@angular/fire/storage'; async ngOnInit() { const eventsRef = ref(this.storage, '...
Philip's user avatar
  • 3,344
1 vote
0 answers
42 views

Angular 17 AngularFireModule Not Provided in AppModule' When Executing FirestoreDataService Test Cases with Jasmine and Karma

jasmin-karma error image , import module image import { ErrorHandler } from '@angular/core'; import { TestBed } from '@angular/core/testing'; import { getFirestore, provideFirestore } from '@angular/...
vatsal's user avatar
  • 11
0 votes
1 answer
26 views

Why do i get this ANgular Injector Error , But only in the browser console

I am trying to set up FireStore and keep getting an error in the console after the ap was compiled. The compiler is giving no errors just the browser console. **Error: Uncaught (in promise): ...
almostasnecessary's user avatar
2 votes
0 answers
51 views

Firebase App Hosting not downloading Git submodules

We have an Angular 18 app that uses Git submodules: .gitmodules file: [submodule "projects/shared-lib/src/whatever-lib"] path = projects/shared-lib/src/whatever-lib url = https://...
maganap's user avatar
  • 2,709
2 votes
1 answer
67 views

Firebase App Hosting Angular 18 build fails "Unable to determine the application to deploy"

We have an Angular 18 app with 2 projects (applications) configured: angular.json: { "projects": { "admin" { "projectType": "application" }, ...
maganap's user avatar
  • 2,709
0 votes
0 answers
18 views

How to unit test firebase from firebase/compt/app?

I've been struggling with an issue in my Angular project, and despite searching extensively, I haven't found a solution. Not even AI could help me out. I hope someone here can provide some insight. ...
Jonathan Sigg's user avatar
1 vote
1 answer
36 views

Unable to load images from manifest file Angular PWA, Firebase Hosting

I've been banging my head against the wall for quite a while now. I followed this guide in order to make my Angular app a PWA and host it with firebase https://ionicframework.com/docs/angular/pwa On ...
NickTriesReallyHard's user avatar

15 30 50 per page
1
2 3 4 5
408