Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public events(time) {
  2. return this.coreService.snapshotMap(
  3. this.fireStore.collection('events').snapshotChanges()
  4. ).pipe(
  5. this.rxService.leftJoinDocument('authorUID', 'author', 'users')
  6. );
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement