You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow signing api requests with user tokens to allow third party apps to act on behalf of a user.
We also need a way to get a token in the frontend.
To get a token: auth.currentUser.getIdToken().then((token)=>{ ... })
It might also be useful to implement an extend notify endpoint so third party apps can specify a custom notify message. e.g. Lunch App: "%u wants to eat at xxx"
The text was updated successfully, but these errors were encountered:
Allow signing api requests with user tokens to allow third party apps to act on behalf of a user.
We also need a way to get a token in the frontend.
To get a token:
auth.currentUser.getIdToken().then((token)=>{ ... })
It might also be useful to implement an extend notify endpoint so third party apps can specify a custom notify message. e.g. Lunch App: "%u wants to eat at xxx"
The text was updated successfully, but these errors were encountered: