How connect javascript auth object with desktop firebase auth object? #73
Unanswered
filipenanclarez
asked this question in
Q&A
Replies: 1 comment
-
I believe it's going to be the same as the official example here, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Since we don't have a way to make auth with apple works in windows, then i make this in javascript page to use inside windows webview.
Now a want to send my auth object to firebase object on the dart side.
I already can use channels to comunicate between webview and flutter app.
But i dont know how send auth data to existing firebase auth object to conect them.
How can'i do this?
Beta Was this translation helpful? Give feedback.
All reactions