Is it possible to add custom fields to the user profile table in Firebase?
Right now it looks like I can only add data to:
- "uid"
- "displayName"
- "photoURL"
- "email"
- "emailVerified"
- "phoneNumber"
- "isAnonymous"
- "tenantId"
- "providerData":
- "apiKey"
- "appName"
- "authDomain"
- "stsTokenManager"
- "redirectEventId"
- "lastLoginAt"
- "createdAt"
I would like to have the ability to add custom objects to the JSON string to contain all of the user data.