Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

351
Views
[firestore/permission-denied]: The user must have to connect to have permission, how to do it?

So, I know why I have this error.
My rule on firestore:
allow read, write: if request.auth.uid != null;}. So, if my user is connected, i can use firestore correctly. But how to do if it is a new user without firestore/auth account to use firestore (I need to use firestore firstly to be sure the email is not taken.)?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Firebase gives you the ability to log users in anonymously. The documentation for this is found here. I would recommend logging users in anonymously, allowing them to provide whatever data you need to create their account (email in this case), performing whatever logic you need to do (checking if the email is available), and then turning their anonymous account into a permeant one (this use-case is also documented in the link I gave previously).

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!