I want to check if a user is being registered first time in the firebase. I know there is UserCredential object that comes with additionalDataAttributes to check .isNewUser but how do I do it within snapshot.
I tried printing the code, but nothing.
I want to check if a user is being registered first time in the firebase. I know there is UserCredential object that comes with additionalDataAttributes to check .isNewUser but how do I do it within snapshot.
I tried printing the code, but nothing.