Migrating Auth API to the new Identity Toolkit endpoint#256
Migrating Auth API to the new Identity Toolkit endpoint#256hiranya911 merged 5 commits intofirebase:masterfrom
Conversation
c3ae524 to
056c3e2
Compare
|
@hiranya911 Can you please help on how to run Integration tests? I would like to do those before I submit the PR. Specifically on what are the contents of the --cert (is this the standard service account json?) and --apikey file. |
|
@hardikns Check the CONTRIBUTING.md file for instructions. |
ccc7931 to
73872c1
Compare
|
@hiranya911 Can you please review the change? I plan to submit another in few days with changes around ooblink. Meanwhile I did not find any documentation of the new Identity Toolkit. If you can point to the same that would help. |
|
@hardikns thanks for doing this. I will review this sometime this week. @bojeil-google any pointers to the documentation of the new ID toolkit API? |
hiranya911
left a comment
There was a problem hiding this comment.
Looks pretty solid. Just a couple of minor changes needed.
hiranya911
left a comment
There was a problem hiding this comment.
LGTM. Thanks @hardikns for the contribution.
|
@bojeil-google can you please point me to the documentation on the new ID toolkit API? |
|
If you mean the REST API, it is not yet documented. |
Using the new Identity Toolkit REST endpoint for user management features. This is as per corresponding change in java (firebase/firebase-admin-java#220) and node SDKs.