Skip to content

Commit 3af6f71

Browse files
committed
Merge branch 'main' of github.com:rowyio/firebase-extensions
2 parents 6d6a083 + e92219c commit 3af6f71

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Firebase Extensions by Rowy Team 💜
22

3-
This is a collection of Firebase Extensions built by the Rowy team, designed to help you build your app faster.
3+
This is a collection of Firebase Extensions built by the [Rowy](https://www.rowy.io/?ref=firebase-extensions) team, designed to help you build your app faster.
44

55
## 📝 Firestore User Document
66

firestore-user-document/POSTINSTALL.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# See it in action
22

3-
You can test out this extension right away!
3+
You can the extension in action, by visiting the Firestore collection that was created where your Firebase Authenticated users doc will be added.
44

5-
Visit the following URL:
6-
${function:greetTheWorld.url}
5+
# Next step, manage the users on Rowy Admin Panel
76

8-
# Using the extension
7+
You can now manage this collection on a [Rowy](https://www.rowy.io/)'s spreadsheet UI easily and get an instant admin panel for free. You can also invite your team members with granular access control and build any operational process such as managing subscriptions, deactivation/deletion workflow or building signup email flows etc.
98

10-
When triggered by an HTTP request, this extension responds with the following specified greeting: "${param:GREETING} World from ${param:EXT_INSTANCE_ID}".
9+
📺 Watch the [step-by-step guided video](https://www.youtube.com/watch?v=S14fdSps9Mc) on how to view and manage your user document collection (or any Firestore data) on Rowy's spreadsheet UI.
1110

12-
To learn more about HTTP functions, visit the [functions documentation](https://firebase.google.com/docs/functions/http-events).
11+
[![image](https://user-images.githubusercontent.com/307298/229514160-fa4fbf8d-c4fb-4179-98ed-7194a1612658.png)](https://demo.rowy.io/table/userManagement#sideDrawer=%22table-information%22)
1312

1413
# Monitoring
1514

firestore-user-document/extension.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: >-
99
you select from the user record. You can also choose to delete the user's
1010
document when the user is deleted from Firebase Authentication.
1111
12+
icon: icon.png
13+
1214
license: Apache-2.0
1315
sourceUrl: https://github.com/rowyio/firebase-extensions/tree/main/firestore-user-document
1416

0 commit comments

Comments
 (0)