Currently in order to have any form of authentication we use signInAnonymous which creates a temporary account for each user to be able to read and write to firebase, this is just for testing and development. We will eventually need to improve this by adding Google SignIn and/or AppCheck to stop unauthorized access to firebase. Would suggest Google SignIn to avoid the hasstle of users to create an account and remember a password.
Currently in order to have any form of authentication we use signInAnonymous which creates a temporary account for each user to be able to read and write to firebase, this is just for testing and development. We will eventually need to improve this by adding Google SignIn and/or AppCheck to stop unauthorized access to firebase. Would suggest Google SignIn to avoid the hasstle of users to create an account and remember a password.