You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all, your boilerplate project is great, so thanks a lot!
I face an issue though. I am trying to import 'firebase/firestore' in my React Component files. When I include the import below, my build gets deployed as expected, but the app doesn't seem to get injected. Also I don't see any debug info.
However, when I serve the app following your guide for local development, the app gets injected as expected.
Can you review #157 and try the changes proposed in #160 ?
There seems to be an issue using firebase and other libraries that use template literals, with Google Apps Script not properly parsing them. Also discussed in #170 .
Hi there,
first of all, your boilerplate project is great, so thanks a lot!
I face an issue though. I am trying to import 'firebase/firestore' in my React Component files. When I include the import below, my build gets deployed as expected, but the app doesn't seem to get injected. Also I don't see any debug info.
However, when I serve the app following your guide for local development, the app gets injected as expected.
Could you help me pinpoint the issue?
thanks ans best regards,
Tim
I've isolated the issue in my codebase here:
https://github.com/timcastelijn/ReactSpreadsheets/blob/2ee968d3317600d8b384bddd396928d1c28bf848/src/client/sidebar-about-page/components/App.jsx#L3
The text was updated successfully, but these errors were encountered: