Skip to main content

Debugging

Last Updated: 05 May 2021
tip

Debugging is one of the most important stage while developing an app. It is recommended to keep an eye on this while developing.

With the Debugging feature enabled, you can keep a track of everything happening with the requests you sent to your Firebase Server from Construct 3, whether they have been processed successfully or if there was any error, or some note that would enhance processing speed.

1. Enable Debug in Firebase SDK Plugin

  1. Go to Firebase SDK Plugin Properties
  2. Enable Debug
tip

It is recommended to turn this feature off when exporting for the final/public release of your app.




2. Open up the JavaScript Console

The JavaScript Console is located in the Developer Tools of your browser.

(In Windows) During preview, click on your Preview window, and then simply Press F12 or Ctrl+Shift+J and Go to the "Console" Tab.