mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
update READMEs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user