We have a large SPA using Firebase v2. We would like to switch to the new API, but we have the following problem:
Since the application is quite large, we have developed many integration tests, and for these tests we always need to reset the database and initialize it to a state where some users exist. However, we found that there really is no such thing as creating a user on the server ( Firebase createUserWithEmailAndPassword undefined method in node.js ), and we are not sure how to update the API and still be able to reset and initialize the database from the server.
In addition, we are forced to make this update because we noticed that Firebase v2 still uses the outdated Graph API v2.0 for Facebook OAuth and is not recommended after 8.8.2016. We understand that Firebase v2 will probably not update Graph API calls because v2 is deprecated. This, however, leaves us in complete solitude at the moment.
Any help on this topic please?
firebase firebase-authentication
Jurom
source share