Bronze 4
Since ‎11-04-2023
a week ago

My Stats

  • 9 Posts
  • 0 Solutions
  • 5 Likes given
  • 1 Likes received

jwdeitch's Bio

Badges Bianca12334 Earned

View all badges

Recent Activity

I'm trying to integrate a push notification module in Keycloak and I'm having problems using the FCM service in quarkus. I want to use the FCM service for sending messages to mobile devices. I have the following code: ```package org.keycloak.pushNoti...
I have a spring boot project in which I am trying to integrate Firestore.Firebase.config:package spring.framework._2fa_application.config;import com.google.auth.oauth2.GoogleCredentials;import com.google.cloud.firestore.Firestore;import com.google.fi...
I have a project in spring boot and I need to connect to firestore and I tried to do this by making a config file in which I also set the path to the key file through the FileInputStream class, but it keeps giving me the error: The Application Defaul...
Likes from