Skip to content

feat(android): firestore database#9

Draft
m1ga wants to merge 1 commit intohansemannn:masterfrom
m1ga:firestore
Draft

feat(android): firestore database#9
m1ga wants to merge 1 commit intohansemannn:masterfrom
m1ga:firestore

Conversation

@m1ga
Copy link
Collaborator

@m1ga m1ga commented Apr 14, 2023

Following up the Firestore Database query method I'm adding more methods

updateFirestore to add or update documents:

FirebaseDatabase.updateFirestore({
		collection: "",
		document: "",
		data: {}
});

deleteFirestore to delete documents:

FirebaseDatabase.deleteFirestore({
		collection: "",
		document: ""
});

Everything still WIP but I need it for a current project 😄
At the moment only the query part (which works fine) but I think we can add some more features too

@m1ga m1ga changed the title feat(android): firestore feat(android): firestore database Apr 14, 2023
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.

1 participant