Thomas David Kehoe
Thomas David Kehoe
### Bug Report or Feature Request (mark with an `x`) ``` - [x] bug report -> please search issues before submitting - [ ] feature request ``` ### OS and...
The example code in the [AngularFireFunctions](https://github.com/angular/angularfire/blob/master/docs/functions/functions.md) documentation doesn't compile. Here's the provided code, with comments on the two lines that don't compile: ```ts import { Component } from '@angular/core'; import...
In https://github.com/angular/angularfire/blob/master/docs/firestore/documents.md line 17 is: ```ts item: Observable; ``` should be ```ts item: Observable; ``` Everything else works perfectly. Thanks! ### Version info **Angular:** **Firebase:** **AngularFire:** **Other (e.g. Ionic/Cordova, Node,...
### Version info **Angular:** 13.3.0 **Firebase:** 10.1.4 **AngularFire:** How do you find your AngularFire version? **Other (e.g. Ionic/Cordova, Node, browser, operating system):** ### How to reproduce these conditions Forked and...
### Version info **Angular:** 13.2.5 **Firebase:** 10.1.4 **AngularFire:** 7.2.1 ### How to reproduce these conditions Build the AngularFire Quickstart. https://github.com/angular/angularfire/blob/master/docs/install-and-setup.md Step 7 fails. **Steps to set up and reproduce** This...
## Steps to Reproduce The documentation [Build and release an Android app](https://docs.flutter.dev/deployment/android#signing-the-app) says to create an upload keystore from Android Studio by ``` In the menu bar, click Build >...
My backup looks great on my hard drive, thanks. But when I tried to restore a collection (not the entire database) I used this command: `firestore-backup-restore --backupPath /Users/TDK/LanguageTwo/backups/firestore/Dictionaries/Chinese/Words/ --restoreAccountCredentials /Users/TDK/LanguageTwo/myproject-firebase-adminsdk-qwerty12345.json`...
I wanted to learn about adding Firebase to my Angular project. Instead I had to spend hours building a to-do list that didn't use Firebase, then finally I get to...
Typo in https://developers.google.com/codelabs/building-a-web-app-with-angular-and-firebase#2 "Angular comes with an implementation of material design compliant user interface components fas part of the" Change "fas" to "as".
My Angular app won't compile with rxfire 6.0.5. The error is ``` Error: node_modules/rxfire/firestore/lite/interfaces.d.ts:8:29 - error TS2314: Generic type 'AggregateQuerySnapshot' requires 1 type argument(s). 8 export type CountSnapshot = lite.AggregateQuerySnapshot;...