Skip to content

Conversation

davideast
Copy link
Collaborator

@davideast davideast commented Apr 2, 2018

AngularFireMessaging

This is a WIP, but here is the current API surface.

class AngularFireMessaging {
  messaging: FirebaseMessaging;
  requestPermission: Observable<void>;
  getToken: Observable<string>;
  tokenChanges: Observable<string>;
  messages: Observable<{}>;
  requestToken: Observable<string>;
  deleteToken: (token: string) => Observable<any>;
}

@davideast
Copy link
Collaborator Author

Closed for #1749

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants