August 28, 20223 yr 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?
August 28, 20223 yr 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
Create an account or sign in to comment