Firebase – How can I add the Firestore SDK to an Oracle JET project?
I am attempting to add the Firestore client SDK to an Oracle JET project. I have run the following command to add the package to my project: npm install [email protected] --save After this, I know that the path_mapping.json file needs…