How to pass parameters to the cloud function of firebase
问题 I am using Android. After the user logs in to firebase, how can I retrieve the user information in the firestore according to the account? My function is in the cloud function of firebase. My code as follows: mFunctions.getHttpsCallable("getInfo").call() .continueWith(new Continuation<HttpsCallableResult, Object>() { @Override public String then(@NonNull Task<HttpsCallableResult> task) throws Exception { Log.d("-----TEST-----", "BEGIN000"); Object result = task.getResult().getData(); Log.d("-