Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/snippets-flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rpf-or-snippet
Choose a base ref
...
head repository: firebase/snippets-flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 6 files changed
  • 5 contributors

Commits on Aug 17, 2023

  1. Add filter query for or and compound or (#30)

    * Add filter query for or and compound or
    
    * remove extraneous void
    nohe427 authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c6fbc69 View commit details
    Browse the repository at this point in the history
  2. Fix a small typo (#31)

    nohe427 authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4c09819 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Update firestore.dart to fix pagination with document snapshot

    When paginating you can either pass an array of field values for. the cursor document, or you can pass a single `DocumentSnapshot` object. The code samples for using a `DocumentSnapshot` call the wrong function, and this PR fixes that.
    puf authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7ec2d5c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    2d9d956 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Update drive-app.sh (#38)

    * Update drive-app.sh
    
    Try to fix the ci issue https://github.com/firebase/snippets-flutter/actions/runs/11157277326/job/31011251101?pr=36
    
    * Update drive-app.sh
    
    * try again with win32 pinned to higher version
    cynthiajoan authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    68997de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36a9c52 View commit details
    Browse the repository at this point in the history
  3. feat(firestore): add samples for sum and average (#37)

    
    ---------
    
    Co-authored-by: rosariopf <[email protected]>
    Lyokone and thatfiredev authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2b96a4c View commit details
    Browse the repository at this point in the history
  4. Update multiple_aggregate_queries to multi_aggregate_query

    Keep consistency with other platform snippets
    cynthiajoan authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9ad6824 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #39 from firebase/cynthiajoan-patch-2

    Update multiple_aggregate_queries to multi_aggregate_query
    cynthiajoan authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0428b74 View commit details
    Browse the repository at this point in the history
Loading