Migration to Firebase Auth #85
HossamTarek-bits
announced in
Announcements
Replies: 3 comments
|
Impressive work ❤️❤️🙏 |
0 replies
|
شغل طرش |
0 replies
|
reading this a bit late, impressive work |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Migration to firebase auth
Consider this a document, for lack of a better place to document changes to the code
General Details @MohammedAbdulaziz @SaifAbuelhasan @rafa763 @stevensamir20
For frontend & mobile app @MohammedAbdulaziz @stevensamir20
Authorization: <Firebase Token>To get token in frontend
To get token in flutter
ioInstance = io(URL, {withCredentials: true, auth: {token: <Firebase Token>}});Mobile App @MohammedAbdulaziz
Frontend @stevensamir20
Migrating from firebase
hopefully I haven't forgotten anything
All reactions