mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Merge branch 'rc' of https://github.com/rowyio/rowy into rc
This commit is contained in:
Binary file not shown.
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user