Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hi all,

I'm using firebase-js-sdk like

import { initializeApp } from "firebase/app";
import { getDatabase, ref, get, child } from "firebase/database";
import { firebaseConfig } from "../secrets/firebaseConfig";

// Initialize the app and database
const app = initializeApp(firebaseConfig);

const database = getDatabase(app);

and it's working for me in React native (my app is deployed on App store). Now I want to use app check but I don't know if that is possible within firebase-js-sdk on React native. Can someone please help. Thank you very much

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.