Compare commits

..

3 Commits

Author SHA1 Message Date
76bcf880d5 Merge branch 'dev' into feature/essl-password 2025-06-12 15:10:44 +05:30
e27e189f7e phone number updated (#59)
All checks were successful
Deploy FitLien services to Dev / Deploy to Dev (push) Successful in 3m45s
Reviewed-on: #59
Co-authored-by: Sharon Dcruz <sharondcruz@cosq.net>
Co-committed-by: Sharon Dcruz <sharondcruz@cosq.net>
2025-06-12 08:25:49 +00:00
3e1a51c093 feature/essl-password (#58)
All checks were successful
Deploy FitLien services to Dev / Deploy to Dev (push) Successful in 3m50s
Reviewed-on: #58
Co-authored-by: DhanshCOSQ <dhanshas@cosq.net>
Co-committed-by: DhanshCOSQ <dhanshas@cosq.net>
2025-06-11 09:45:33 +00:00

View File

@ -76,7 +76,6 @@ export const registerClient = onRequest({
const clientData = {
...gymUser,
phoneNumber: formattedPhoneNumber,
};
await admin.firestore().collection('client_profiles').doc(clientUid).set(clientData);