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/functions-samples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: firebase/functions-samples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: codelab-dart
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 27 files changed
  • 2 contributors

Commits on Apr 2, 2026

  1. feat: Add Dart sample for https-time-server (#1251)

    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    jhuleatt and google-labs-jules[bot] authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    57617f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Dart callables (#1258)

    * callable sample
    
    * add streaming callable sample
    jhuleatt authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    61c3bcf View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. add increment sample

    jhuleatt committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    7d14185 View commit details
    Browse the repository at this point in the history
  2. remove autogenerated file

    jhuleatt committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    72fc89a View commit details
    Browse the repository at this point in the history
  3. test in emulator

    jhuleatt committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    33edd23 View commit details
    Browse the repository at this point in the history
  4. use demo-example

    jhuleatt committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    30f20c4 View commit details
    Browse the repository at this point in the history
  5. refine

    jhuleatt committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    5c40153 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. Refactor Dart counter sample to use a shared package (#1267)

    - Created a new `shared` package to hold `IncrementResponse` and `incrementCallable`.
    - Updated `https-increment-number/pubspec.yaml` to depend on the `shared` package.
    - Replaced `https-increment-number/bin/server.dart` with updated user code, fixing syntax errors.
    - Added appropriate `.gitignore` files to exclude generated Dart tooling and locks.
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    jhuleatt and google-labs-jules[bot] authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    2ebee4d View commit details
    Browse the repository at this point in the history
Loading