Compare commits
No commits in common. "76bcf880d59158b3b456460374dc6339f535bd09" and "a63f69350106f9e12a3eecd1355b2cc70c94f906" have entirely different histories.
76bcf880d5
...
a63f693501
@ -76,6 +76,7 @@ export const registerClient = onRequest({
|
||||
|
||||
const clientData = {
|
||||
...gymUser,
|
||||
phoneNumber: formattedPhoneNumber,
|
||||
};
|
||||
|
||||
await admin.firestore().collection('client_profiles').doc(clientUid).set(clientData);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user