Skip to content

Invalid property path #157

Answered by BearDooks
Pevalcar asked this question in Q&A
Mar 14, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

@Pevalcar forgive me for taking so long to get back to you. I just checked our most recent release and It seems to be working fine in my code. As an example I am doing this

_collection = Firebase.Firestore.collection('Firebasetester')
var add_task : FirestoreTask = _collection.add("Document2", {'name': 'Document2', 'active': 'true'})
var up_task : FirestoreTask = _collection.update("Document2", {'name': 'Document2', 'active': 'true', 'updated' : 'true'})

In doing this I can see the updates online for the document. Is this similar to what you are doing? Can you post your code so we ca take a look at it?

~ Chuck

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@BearDooks
Comment options

@Pevalcar
Comment options

Answer selected by WolfgangSenff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants