Firebase Connect
Firebase Auth
Call this when you don't register via Api register, but you have fid and name from Brand Verse firebases
Register to Brand Verse by using FID and name
POST
{endpoint}/api/v1/auth/firebaseAuth
Headers
Name
Type
Description
x-api-key*
String
api key
Request Body
Name
Type
Description
email*
String
The email of user.
name*
String
The name of user.
provider
String
firebase
Last updated
Was this helpful?