Skip to content

Commit

Permalink
fix: sync firebase config with #3351 (#3604)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Kendall <bkend@google.com>
  • Loading branch information
jthegedus and bkendall committed Jul 26, 2021
1 parent fbe00d8 commit e4ab4cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions schema/firebase-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,9 +705,6 @@
"type": "boolean"
}
},
"required": [
"public"
],
"type": "object"
},
{
Expand Down Expand Up @@ -1057,7 +1054,6 @@
}
},
"required": [
"public",
"target"
],
"type": "object"
Expand Down Expand Up @@ -1406,7 +1402,6 @@
}
},
"required": [
"public",
"site"
],
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion src/firebaseConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type HostingHeaders = HostingSource & {
};

type HostingBase = {
public: string;
public?: string;
ignore?: string[];
appAssociation?: string;
cleanUrls?: boolean;
Expand Down

0 comments on commit e4ab4cc

Please sign in to comment.