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

Added timestamp 'created' and 'lastUpdate' variables in Firestore functions #743

Merged
merged 10 commits into from Jul 19, 2022

Commits on Jun 18, 2022

  1. Update FirebasePlugin.java

    Added 'created' and 'lastUpdate' variable in Timestamp format inside functions 'addDocumentToFirestoreCollection', 'setDocumentInFirestoreCollection' and 'updateDocumentInFirestoreCollection'
    magancete committed Jun 18, 2022
    Copy the full SHA
    79942d6 View commit details
    Browse the repository at this point in the history
  2. Update firebase.js

    Added optional 'timestamp' boolean variable in 'addDocumentToFirestoreCollection', 'setDocumentInFirestoreCollection' and 'updateDocumentInFirestoreCollection'
    magancete committed Jun 18, 2022
    Copy the full SHA
    d30aa59 View commit details
    Browse the repository at this point in the history
  3. Update FirebasePlugin.m

    Added 'created' and 'lastUpdate' variable in Timestamp format inside functions 'addDocumentToFirestoreCollection', 'setDocumentInFirestoreCollection' and 'updateDocumentInFirestoreCollection'
    magancete committed Jun 18, 2022
    Copy the full SHA
    24b77da View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Updated definitions of functions 'addDocumentToFirestoreCollection', 'setDocumentInFirestoreCollection' and 'updateDocumentInFirestoreCollection'
    magancete committed Jun 18, 2022
    Copy the full SHA
    190d9e6 View commit details
    Browse the repository at this point in the history
  5. Update FirebasePlugin.java

    magancete committed Jun 18, 2022
    Copy the full SHA
    43f0496 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Update README.md

    magancete committed Jun 19, 2022
    Copy the full SHA
    abdc4d3 View commit details
    Browse the repository at this point in the history
  2. Update firebase.js

    magancete committed Jun 19, 2022
    Copy the full SHA
    0dee2b6 View commit details
    Browse the repository at this point in the history
  3. Update FirebasePlugin.java

    magancete committed Jun 19, 2022
    Copy the full SHA
    9734f1b View commit details
    Browse the repository at this point in the history
  4. Update firebase.js

    magancete committed Jun 19, 2022
    Copy the full SHA
    235d2be View commit details
    Browse the repository at this point in the history
  5. Update FirebasePlugin.m

    magancete committed Jun 19, 2022
    Copy the full SHA
    5cb48f3 View commit details
    Browse the repository at this point in the history