Merge branch 'rc' of https://github.com/rowyio/rowy into rc

This commit is contained in:
Sidney Alcantara
2021-09-28 22:54:13 +10:00
2 changed files with 1 additions and 17 deletions

Binary file not shown.

View File

@@ -93,23 +93,7 @@ export default function Step2ServiceAccount({
<>
<ul>
<li>Service Account User</li>
<li>
{roles.auth === false && (
<Typography color="error" variant="inherit" component="span">
Missing:{" "}
</Typography>
)}
Firebase Authentication Admin
</li>
<li>
{(roles.firestore === false ||
roles.firestoreRules === false) && (
<Typography color="error" variant="inherit" component="span">
Missing:{" "}
</Typography>
)}
Firestore Service Agent
</li>
<li>Firebase Admin</li>
</ul>
<Stack direction="row" spacing={1}>