Skip to content

Sign In with Yahoo #8201

Answered by mikehardy
BlindDev asked this question in Q&A
Dec 22, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Interesting - if you have a valid auth token from yahoo, you should be able to use the native oauth provider through here I think, and I think the Github sign in provider might be the best example - it should be...pretty close to how you do it ? It is going to require code here though - a new javascript-level provider and then logic to use it (implemented in the modular directory - the non-modular APIs are deprecated and may be ignored). Then adding recognition of the provider in the various native switch statements that load the specific native provider based on the javascript-level provider, so it loads the Yahoo one in the native firebase library

provider example https://github.com/inv…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@BlindDev
Comment options

@mikehardy
Comment options

@BlindDev
Comment options

Answer selected by BlindDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants