Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(firebase): integration firebaseDatabase #156

Merged
merged 10 commits into from
Feb 28, 2025

Conversation

jingjing2222
Copy link
Contributor

@jingjing2222 jingjing2222 commented Feb 27, 2025

first, I add firebaseDatabase, It is only for existing firestore Database
second, I add test code for Database, I think It will be upgraded after add init setting.

So there are some works for security, testing upgrade, and so on.

1.mp4

#110

@gronxb gronxb changed the title feat(firebase): add firebaseDatabase feat(firebase): integration firebaseDatabase Feb 27, 2025
@gronxb gronxb merged commit af74333 into gronxb:main Feb 28, 2025
1 check passed
Comment on lines +20 to +28
export interface FirebaseDatabaseConfig {
apiKey: string;
projectId: string;
authDomain?: string;
storageBucket?: string;
messagingSenderId?: string;
appId?: string;
appName?: string;
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reduce config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants