kryllex Posted August 28, 2022 Posted August 28, 2022 Hi Have any of you clever guys made an integration to Firebase Firestore from within your scripts? It would be nice to communicate directly with the firestore database. Im currently getting the error: Caused by: java.lang.ClassNotFoundException: com.google.auth.Credentials Im curious if anyone got it to work?
progamerz Posted August 28, 2022 Posted August 28, 2022 Did you make sure to export the library with the jar? because without it getting bundled with the script jar it won't be able to find the classes related to firestore