diff --git a/README.md b/README.md index 83902b8f..54301b76 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ yarn - Set cloud environment keys for Algolia ``` -firebase functions:config:set algolia.appid=YOUR_APP_ID algolia.apikey=ADMIN_API_KEY +firebase functions:config:set algolia.app=YOUR_APP_ID algolia.key=ADMIN_API_KEY ``` - Deploy the Cloud Functions to your Firebase project diff --git a/ROADMAP.md b/ROADMAP.md index 593aca2c..12136e56 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -51,28 +51,29 @@ ### additional fields: +- json ✅ - file (multi) ✅ - image (multi) ✅ - Percentage(number) - Slider(number) -- Table(Document[]) -- Rich Text(html string) +- Table(Document[])✅ +- Rich Text(html string))✅ - Callable buttons ### Functionality: -- Sort rows +- Sort rows ✅ - reorder columns✅ - Auto suggest columns based of existing docs - Locked columns - Table view only mode -- SubCollection tables +- SubCollection tables ✅ - Permissions - Duplicate columns -- Filter columns: - - equals to +- Filter columns:✅ + - equals to✅ - Starts with - - contains + - contains✅ - Export tables to csv✅ - Make a toggle switch to allow single/multi - Image