firebase admin role

This commit is contained in:
shamsmosowi
2021-09-28 22:32:40 +10:00
parent fa5f920634
commit d017ef2105
2 changed files with 4 additions and 15 deletions

Binary file not shown.

View File

@@ -94,21 +94,10 @@ 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
<Typography color="error" variant="inherit" component="span">
Missing:{" "}
</Typography>
) Firebase Admin
</li>
</ul>