We are using Digits Web SDK for our WordPress website.
Once we get the mobile confirmation from digits we are sending X-oAuth echo headers to our own auth server, which then does the next processing and returns our custom JWT.
Recently we got the news that Digits will retire on 30th September 2017.
We have gone through the migration instruction, but did not understand how it keeps our flow same as earlier?
Isn't Firebase providing JS SDK instead of this Digits SDK?
How will we send the X-oAuth echo headers or any other user information to our server once user is authenticated using Firebase?
Any help will be appreciated.