Skip to content

feat(cloud_functions): add support for cloud functions stream #17214

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

Merged
merged 39 commits into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
5bbf13d
chore: add platform interface and method channel implementation for C…
SelaseKay Mar 18, 2025
24acdda
chore: add `httpsCallableStreamFromUrl` and `httpsStreamCallableWithUri`
SelaseKay Mar 18, 2025
fa00dd9
chore: resolve comments
SelaseKay Mar 21, 2025
fa750ed
chore: add Android implementation for Cloud Functions stream
SelaseKay Mar 21, 2025
3e8ac29
chore: resolve formatting issues
SelaseKay Mar 21, 2025
c248cd6
chore: correct variable name
SelaseKay Mar 21, 2025
1ac4533
chore: add support for Cloud Functions Stream(Android)
SelaseKay Mar 23, 2025
d8e0fce
Merge branch 'main' into feat/cloud_functions_stream_support
SelaseKay Mar 24, 2025
95236c8
chore: create dedicated StreamHandler class
SelaseKay Mar 24, 2025
785e019
Merge branch 'main' into feat/cloud_functions_stream_support
SelaseKay Mar 24, 2025
6161988
chore: add streamhandler implementation for ios
SelaseKay Mar 25, 2025
debdc46
Merge branch 'main' into feat/cloud_functions_stream_support
SelaseKay Mar 26, 2025
4d0c10e
chore: add iOS implementation for Cloud Functions stream
SelaseKay Mar 28, 2025
1190fde
chore: add license header to stream handler files
SelaseKay Mar 28, 2025
6bbde2f
chore: web Cloud Functions stream wip
SelaseKay Apr 1, 2025
66be89b
chore: push all
SelaseKay Apr 1, 2025
4804ab9
chore: update functions based on API Doc modification
SelaseKay Apr 2, 2025
4f83c36
chore: clean up code
SelaseKay Apr 3, 2025
213e283
chore: add web package
SelaseKay Apr 3, 2025
de10bcc
Merge branch 'main' into feat/cloud_functions_stream_support
SelaseKay Apr 3, 2025
794d441
chore: add streaming example
SelaseKay Apr 3, 2025
560e3eb
Merge branch 'feat/cloud_functions_stream_support' of github.com:fire…
SelaseKay Apr 3, 2025
6ad0820
chore: fix ci issues
SelaseKay Apr 3, 2025
a9819db
chore: fix ci
SelaseKay Apr 3, 2025
295c6c6
chore: fix cloud function test
SelaseKay Apr 3, 2025
7a5ad4e
chore: add missing doc
SelaseKay Apr 4, 2025
45fea6f
chore: fixes and clean up
SelaseKay Apr 9, 2025
047354a
chore: add e2e for Cloud Functions Stream
SelaseKay Apr 10, 2025
045150d
chore: fix formatting issue
SelaseKay Apr 10, 2025
69ef58f
chore: add more tests and fix timeout for Android
SelaseKay Apr 11, 2025
693aa89
chore: add test for map and list
SelaseKay Apr 11, 2025
aa77160
chore: fix test
SelaseKay Apr 11, 2025
06c1c9c
chore: update year to 2025 in files
SelaseKay Apr 16, 2025
1404359
chore(web): add support for abort signal
SelaseKay Apr 17, 2025
43c223c
chore: resolve comments and add test for Abort
SelaseKay Apr 17, 2025
df743ee
chore: fix test
SelaseKay Apr 17, 2025
c5136d6
chore: fix test
SelaseKay Apr 17, 2025
3964f3b
chore: update copyright year
SelaseKay Apr 18, 2025
f3af9e8
chore: print error to console
SelaseKay Apr 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: push all
  • Loading branch information
SelaseKay committed Apr 1, 2025
commit 66be89ba7c2f371c810da8600cb8cb924d0d1edd
84 changes: 34 additions & 50 deletions .github/workflows/scripts/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/scripts/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"main": "lib/index.js",
"dependencies": {
"firebase-admin": "^11.5.0",
"firebase-functions": "^4.5.0"
"firebase-functions": "^6.3.2"
},
"devDependencies": {
"firebase-functions-test": "^0.2.0",
Expand Down
Loading
Loading