issues Search Results · repo:soumak77/firebase-mock language:JavaScript
Filter by
103 results
(84 ms)103 results
insoumak77/firebase-mock (press backspace or delete to remove)Example
const unsubFirestore = FirebaseProvider.firestore()
.collection(FirestoreCollections.ProfilesCollectionName)
.doc(user?.uid)
.onSnapshot({
next: (snap) ...
thomashagstrom
- Opened on Feb 21, 2021
- #170
We are getting the following warning: sinon.reset is deprecated and will be removed from the public API in a future
version of sinon.
dmurvihill
- Opened on Feb 20, 2020
- #168
Error: Query.startAt failed: first argument must be a valid firebase priority (a string, number, or null).
at assertQuery (/home/redmega/Work/astral/astral/node_modules/firebase-mock/src/query.js:178:11) ...
Redmega
- Opened on Dec 17, 2019
- #166
Running npm install fails on my machine.
- macOS version: 10.14.6
- node version: v12.10.0
- npm version: 6.10.3
Error output:
fsevents@1.2.2 install /Users/raman/dev/github/raman-nbg/firebase-mock/node_modules/fsevents ...
raman-nbg
- 1
- Opened on Dec 16, 2019
- #165
Currently Firebase messaging in the admin SDK is not supported. Are there any plans to add support for this?
In my case I need to test/mock multicast message (sendMulticast()).
raman-nbg
- 9
- Opened on Dec 15, 2019
- #164
I ve looked into the code Firebase Bucket Storage File (firebase-admin: 8.3.0 ) and found that when we call download -
the content should be returned in any case..
export declare type DownloadResponse ...
hadson19
- 1
- Opened on Nov 21, 2019
- #163
Firebase SDK version 4.4.0 added support for sharding. This would be really killer if we could mock it well.
dmurvihill
- 1
- Opened on Nov 5, 2019
- #162
It looks like @soumak77 tragically [passed away last
year](https://www.legacy.com/obituaries/name/brian-soumakian-obituary?pid=190616392 page=2).
I ll be initiating a name dispute on NPM and accepting ...
dmurvihill
- 10
- Opened on Nov 4, 2019
- #160
Most of this library works perfectly fine between NodeJS and the browser/Webpack.
However, there is one line that breaks it for the latter:
https://github.com/soumak77/firebase-mock/blob/master/src/storage-file.js#L8 ...
Venryx
- 1
- Opened on Oct 23, 2019
- #157
The official require( firebase/app ).firestore() function returns a singleton -- that is:
import firebase from firebase/app ;
firebase.initializeApp(/* ... */);
assert(firebase.firestore() === firebase.firestore()`); ...
Venryx
- 2
- Opened on Oct 23, 2019
- #156

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.