kryllex Posted August 28, 2022 Share 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? Quote Link to comment Share on other sites More sharing options...
progamerz Posted August 28, 2022 Share 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 Quote Link to comment Share on other sites More sharing options...