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

176
Views
Web/Firebase - I cannot access the realtime database

I cannot read or write to the firebase real-time database... please help.

I have set my rules to both read and write 'true', and I've tested it in the playground. I'm using the create-react-app boilerplate setup. My version of the firebase is 9.6.4

Here's my firebase file

import { initializeApp } from 'firebase/app';
import { getDatabase, set, ref } from 'firebase/database';

const firebaseConfig = {
    apiKey: 'AIzamGZ1LBAAtb',
    authDomain: 'helpme.firebaseapp.com',
    databaseURL: 'https://helpme.firebaseio.com',
    projectId: 'helpme',
    storageBucket: 'helpme.appt.com',
    messagingSenderId: '93help1',
    appId: '1:293268271119:web:d4e9e73help',
    measurementId: 'helpKQLWS',
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);
const db = getDatabase(app);

set(ref(db, 'chatroom'), {
    name: '',
    createdAt: '',
    photo: '',
});
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!