Top "Angularfire2" questions

AngularFire is the officially supported Angular binding for Firebase.

AngularFIRE Property 'subscribe' does not exist on type 'AngularFireList<{}>'

I'm following this tutorial about how to connect angular with firebase database. But in minute 17:30 I'm getting this error: Property …

firebase firebase-realtime-database angular-cli angularfire2
Pass boolean from observable to observable

I want to check in my adminauthguard if the user has set a adminflag(in Firebase using angularfire2) canActivate(route: …

angular typescript firebase firebase-authentication angularfire2
Google Domain - DNS Configuration for Firebase Hosting - Connect Domain

I am trying to connect my firebase app in to a domain -where the domain purchesd from google.Need help …

firebase dns angularfire2 firebase-hosting google-domains
Using AngularFirestore Collection orderBy with snapShotChanges method

I have below code in an Angular application which is using AngularFire2. TypeScript: constructor(db: AngularFirestore) { this.booksCollectionRef = db.collection&…

angular typescript firebase angularfire2 google-cloud-firestore
AngularFire2 - Cannot find module @firebase/database

I've installed and used AngularFire2 a lot of times for projects, but since the release of v5, I can't set …

firebase ionic-framework ionic2 angularfire2
What is snapshotchanges in firestore

this function is called by the constructor. can someone explain in depth to me what it does? initializeItems(){ this.travelList$ = …

angular firebase google-cloud-firestore angularfire2
Many to Many relationship in Firebase

I have a Firebase database. I have Companies and Contractors. A Contractor can work for more than one Company and …

firebase firebase-realtime-database angularfire2 nosql
How to properly query a Firebase list in AngularFire2?

I'm developing an Angular2 application with Firebase as a backend. On a subpage I want to display some tasks for …

firebase firebase-realtime-database observable angularfire2 querying
Firestore: Add Custom Object to db

Good Morning, I tried adding a new created object from this class: export class Sponsor implements ISponsor { title: string; description?: …

angular firebase angularfire2 google-cloud-firestore
AngularFireList is not assignable to type 'Observable<Response>

I have an Ionic page which is querying FirebaseListObservable to make dynamic searching on ion-searchbar. It works well with [email protected]

angular firebase firebase-realtime-database ionic3 angularfire2