Reputation: 555
As AccountKit is being depreciated on September 9, 2019, Im just using the email verification, is there a good alternative or do I have to start building my own?
Thanks!!
Depreciation timeline: September 9, 2019: Account Kit will stop integrating with new apps. Existing integrations will continue to function normally.
December 9, 2019: If you’re using SMS as a means to verify phone numbers, the daily SMS limit will be reduced to a maximum of 1,000 messages per app ID per day.
March 9, 2020: Account Kit will no longer be available for developers and partners.
June 2020: Developers and partners will have until this date to retrieve data and information from the Facebook platform unless they initiate deletion before the deprecation, in which case their data will be retrievable for 30 days before being deleted from our system.
Upvotes: 1
Views: 442
Reputation: 8118
I recommend Firebase Authentication(https://firebase.google.com/docs/auth/). there is some alternatives feature of Firebase Auth:
You can check the docs to learn more
Upvotes: 1