python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Angular google authentication with firebase
I want to create simple login authentication with google using firebase.
I have installed
angular CLI: 13.1.4, firebase,
firebase: 10.1.1 & @angular/fire
I have configured both environment.ts&a...
Ibrahim Gidi
Votes: 0
Answers: 1
export 'Timestamp' (imported as 'Timestamp') was not found in > '@angular/fire/firestore
I have just upgrade my app from ionic 5 to 6 with
angular 13 and
angular/fire - 7.2.0
firebase 9.6.3
same error coming in
FacebookAuthProvider
OAuthProvider
GoogleAuthProvider
and importing timestam...
Rajnesh Rathor
Votes: 0
Answers: 1
Angular / Firebase / Firestore - How to import firebase to use `serverTimestamp`
Angular - v13.1
Firebase - ^9.6.2
In the old version of firebase, it was possible to import firebase into an Angular component to utilise the serverTimestamp property:
import firebase from 'firebase/a...
Que
Votes: 0
Answers: 1
Angular Fire 7 query collection
Ive been trying to get my head around v7 without too many docs available. Ive come up with code to (well trying too) query a collection and display in Angular (see below):
async getAppointments() {
co...

Michael Cockinos
Votes: 0
Answers: 1