skip to Main Content

Firebase resolve Promise

I'm starting in the world of promises and there is one thing I can't understand. I am trying to make a system that returns a document from a Firebase collection by its ID. For this I use 2 functions const…

VIEW QUESTION

Firebase – Internal Error when executing TextRecognition using CameraX in realtime

I am attempting to us ML Kit to do some realtime text detection from CameraX on an Android app. My ImageAnalyser is as follows: package com.renegade.CoWarrior; import android.annotation.SuppressLint; import android.media.Image; import android.util.Log; import androidx.annotation.NonNull; import androidx.camera.core.ImageAnalysis; import androidx.camera.core.ImageProxy; import com.google.android.gms.tasks.OnCompleteListener;…

VIEW QUESTION
Back To Top
Search