Go-social
Go-social copied to clipboard
Firebase-configuration in readme does not use modular imports
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- [X] I am running the latest version
- [X] I checked to make sure that this issue has not already been filed
Expected Behavior
In readme, Firebase setup should have modular imports
Current Behavior
Import statements are not working
Failure Information (for bugs)
on running the app, this error shows [Firebase
package was successfully found. However, this package itself specifies a main
module field that could not be resolved]
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- Setup the repo in local enviroment
- build and run the repo
- you get the error
Context
MacOs (M1 chip)