update READMEs

This commit is contained in:
Sidney Alcantara
2020-10-03 19:55:22 +10:00
parent 6268ef3dc2
commit 3a7316c81e
3 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ To set up Firetable, you must be comfortable with working with the command line.
You must have at least a basic understanding of how to use npm and install npm
packages globally.
<big>[**Read the getting started guide →**](https://github.com/AntlerVC/firetable/wiki/Getting-Started)</big>
### [**Read the getting started guide →**](https://github.com/AntlerVC/firetable/wiki/Getting-Started)
# Issues

View File

@@ -61,7 +61,7 @@ firetable start
### Deploy to Firebase Hosting
First, make sure that you have created a site in your Firebase project.
[Open Firebase console ↗️](https://console.firebase.google.com/project/_/hosting/main)
[Open Firebase console](https://console.firebase.google.com/project/_/hosting/main)
```
firetable deploy
@@ -71,7 +71,7 @@ firetable deploy
Firetable has role-based access controls using Firestore Security Rules and
custom claims in Firebase Authentication.
[Read more →](https://github.com/AntlerVC/firetable/wiki/Firetable-Role-Based-Security-Rules)
[Read more →](https://github.com/AntlerVC/firetable/wiki/Role-Based-Security-Rules)
You can use the Firetable CLI the roles of Firebase Authentication users.
@@ -94,7 +94,7 @@ You can use the Firetable CLI the roles of Firebase Authentication users.
firetable auth:setRoles <email> <roles>
```
[Example user roles →](https://github.com/AntlerVC/firetable/wiki/Firetable-Role-Based-Security-Rules#example-roles)
[Example user roles →](https://github.com/AntlerVC/firetable/wiki/Role-Based-Security-Rules#example-roles)
### Deploy Firetable Cloud Functions

View File

@@ -57,7 +57,7 @@ export default function GoogleAuthView() {
action: (
<Button
component="a"
href="https://github.com/AntlerVC/firetable/wiki/Firetable-Role-Based-Security-Rules#set-user-roles-with-the-firetable-cli"
href="https://github.com/AntlerVC/firetable/wiki/Role-Based-Security-Rules#set-user-roles-with-the-firetable-cli"
target="_blank"
>
Instructions