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

Deploy on every PR a new Firebase Hosting App (Preview Channels) #8

Closed
nilsreichardt opened this issue Jun 25, 2021 · 1 comment · Fixed by #119
Closed

Deploy on every PR a new Firebase Hosting App (Preview Channels) #8

nilsreichardt opened this issue Jun 25, 2021 · 1 comment · Fixed by #119
Assignees
Labels

Comments

@nilsreichardt
Copy link
Member

Description

To test and try out a PR, we should create and deploy a separate Firebase Hosting App for every PR. There is also a tutorial in the Firebase Docs, how you can do it: https://firebase.google.com/docs/hosting/github-integration?hl=en

@nilsreichardt nilsreichardt self-assigned this Feb 4, 2022
@nilsreichardt
Copy link
Member Author

There is already Gist for the GitHub Action: https://gist.github.com/lukepighetti/dca8d731aa95adfa86fd01b0c76222d5

@nilsreichardt nilsreichardt changed the title Deploy on every PR a new Firebase Hosting App Deploy on every PR a new Firebase Hosting App (Preview Channels) Feb 4, 2022
github-merge-queue bot pushed a commit that referenced this issue Sep 8, 2023
This PR fixes the following error:

```
_TypeError (type 'Null' is not a subtype of type 'String')
[log] #0      new Folder.fromData
folder.dart:69
#1      new FileSharingData.fromData.<anonymous closure>
filesharing_data.dart:49
#2      decodeMap.<anonymous closure>
helper_functions.dart:23
#3      MapBase.map (dart:collection/maps.dart:82:28)
#4      decodeMap
helper_functions.dart:23
#5      new FileSharingData.fromData
filesharing_data.dart:48
#6      FileSharingGateway.courseFoldersStream.<anonymous closure>.<anonymous closure>
file_sharing_api.dart:49
#7      MappedListIterable.elementAt (dart:_internal/iterable.dart:415:31)
#8      ListIterator.moveNext (dart:_internal/iterable.dart:344:26)
#9      new _GrowableList._ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189:27)
#10     new _GrowableList.of (dart:core-patch/growable_array.dart:150:28)
#11     new List.of (dart:core-patch/array_patch.dart:47:28)
#12     ListIterable.toList (dart:_internal/iterable.dart:214:7)
#13     FileSharingGateway.courseFoldersStream.<anonymous closure>
```
@nilsreichardt nilsreichardt moved this to Closed in Triage May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Closed
1 participant