Nativescript-plugin-firebase: Firestore collections get realtime update

Created on 1 Dec 2017  路  7Comments  路  Source: EddyVerbruggen/nativescript-plugin-firebase

Hi! Thanks for this awesome plugin! It's possible to add firestore().collection(path: string).onSnapshot(doc => void) function? I wonder that you didn't listed it in Firestore tasks.

enhancement help wanted

All 7 comments

Yes I know, but that's not firestore().collection(path: string).onSnapshot(doc => void). Listening to multiple docs in that way is not yet implemented in this plugin.

Hi @EddyVerbruggen any progress on this feature?

BTW: the chaining of collection and document refs works like a charm now :)

Nope, haven't got time to look at it yet. Rest assured that if there is an update I will post it here.

In need of this feature aswell

Also need this feature, this plugin is gold!

Was this page helpful?
0 / 5 - 0 ratings