0

Using the Realtime Updates I can get notified when a user uploads a photo, but is it possible to get notified when one of their friends uploads a photo?

Charles
  • 50,943
  • 13
  • 104
  • 142
Nippysaurus
  • 20,110
  • 21
  • 77
  • 129

1 Answers1

0

According to the docs you can't subscribe to changes to User.home (the user's news feed). This is where you would see friends' photos, so I conclude you can't get notifications for these events.

Richard Barnett
  • 1,078
  • 9
  • 13