Files
firecms/example
2020-05-04 00:23:43 +02:00
..
2020-04-18 22:35:56 +02:00
2020-05-04 00:23:43 +02:00
2020-04-29 00:37:24 +02:00
2020-04-20 10:46:31 +02:00
2020-04-18 22:35:56 +02:00
2020-04-29 01:05:09 +02:00
2020-04-29 00:37:24 +02:00
2020-04-18 22:35:56 +02:00
2020-04-29 00:37:24 +02:00

Testing the example

It is linked to the firecms package in the parent directory for development purposes.

In a regular project you would link the dependencies regularly using the npm repository.

To run this project locally you can set your Firebase configuration in the file firebase_config.ts under src

You can run yarn install and then yarn start to test this package.

The example backend included in this package indexes various collections to Algolia, using Cloud functions. If you deploy it your data will be indexed. Then you can add your appId and searchKey to the .env file in the root of this example project.