API Docs V1.5
CtrlK
  • Welcome!
  • Quick Start
  • Reference
    • API Reference
      • Authentication
        • Register
        • Verify email
        • Login
        • Login Anonymous
        • Refresh Token
        • Ping Email
        • Firebase Connect
      • Chat
        • Get Room
        • Chat upload file
      • Event
        • Get List
        • Join Event
        • Complete Event
      • Equipment
        • Get List
        • Get By Fid
        • Ping By Fid
        • Create
      • Assest
        • Costume
          • Get Costume
        • Get Hair
        • Get Eye
        • Get Skin
      • Item
        • Create Avatar
        • Create Bot
      • Inventory
        • Get List
        • Create
      • Shop
        • Get By Uuid
        • Get Item By Shop
      • Banner
        • Get By Land
      • Asset Bundle
        • Get List
      • Terms And Conditions
        • Get By Code
      • Trade
        • Get Order By Uuid
        • Create Order
        • Get Invoice By Uuid
        • Create Invoice
        • Create Payment
      • User
        • Update User Profile
        • Get User Profile
        • Get User Profile By FID
        • Get Block Users
        • Create Block User
        • Delete Block User
      • Items Type
        • Get Items Type
      • Wallet
        • Get Wallet By User
        • Earn Coin
        • Burn Coin
      • Items
  • History Version
Powered by GitBook
On this page
  • Firebase Auth
  • Register to Brand Verse by using FID and name

Was this helpful?

  1. Reference
  2. API Reference
  3. Authentication

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

token*

String

token from login response body

Request Body

Name
Type
Description

email*

String

The email of user.

name*

String

The name of user.

provider

String

firebase

PreviousPing EmailNextChat

Last updated 2 years ago

Was this helpful?