Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ next
Method
next
apps/demo/src/plugin-demos/firebase-firestore.ts:28–30 ·
view source on GitHub ↗
(snapshot)
Source
from the content-addressed store, hash-verified
26
27
doc.onSnapshot({
28
next(snapshot) {
29
console.log(
'onSnapshot'
,
'object'
);
30
},
31
});
32
33
doc.onSnapshot(
Callers
nothing calls this directly
Calls
1
log
Method · 0.65
Tested by
no test coverage detected