Skip to content

Missing or insufficient permissions. #363

Discussion options

You must be logged in to vote

It sounds like you need to setup your rules on your Firestore database - sounds like however you have them setup, it's not quite there yet. In general, you'll want them to look something like this - but keep in mind this is specific to my database, so you may need something different, try to use what I'm showing to figure it out:

All this does is ensure a person is logged in. Technically, you can do something kind of cool with the rules as well where you allow it to be pinged for a certain amount of time - no login required. I often use this for development purposes. You should be able to look up online what the format is for the rules for that. Finally, you can look inside the code for …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dgsdestinygamestudios
Comment options

Answer selected by dgsdestinygamestudios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants