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

148
Views
Which is the best practice to use Firebase Auth for a Web Application?

I'm starting work with Web Applications and I build a VueJS app. So far I'm using the Firebase Authentication to auth the users and access the Firestore. Here I've a big problem: the Firebase config data are exposed on the browser tools, so anyone can see the sensitive information and I suppose that can do operations on database: CRUD.

Exposed data:

var firebaseConfig = {
    apiKey: "",
    authDomain: "",
    databaseURL: "",
    projectId: "",
    storageBucket: "",
    messagingSenderId: "",
    appID: "",
};

As my application has only Client-Side I have no idea how solve it. Besides that I going to use Google Cloud SQL and I got the same problem: authentication. There are some securely way to use only Client-Side application and iterate with Cloud SQL, Firestore and so on? I'm seeking for a cheap way to make my application, and to use a Backend I'll need spend a lot of money with VMs: EC2 (AWS) or App Engine (Google).

Please, someone can guide me on this scenario?

about 4 years ago · Juan Pablo Isaza
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!