Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Copy and prepare the code

...

...

  • machine and unzip.

Go to /api/ folder and run the composer:

Code Block
php.exe path_to_php_folder\composer install

Setup Firebase Project and Authentication

Prepare 4 config files and copy them to /api/conf.d folder:

...

Run the web server

For testing we recommend to use using the built-in PHP web server. You can launch it using the following command:

...