1
I have a problem developing my app that I can’t fix and I can’t find anything that would help me. Such an app was running smoothly with data stored in variables, but when including Firebase I had some problems storing an array.
I made an algorithm in a class that receives and processes two vectors that are initially stored in variables:
The idea is to be able to store an array(array) in firebase and be able to use it normally in my app, and I can use its properties, such as obtaining values array(i)
, size array.length
, etc...
because I need to feed another class:
public class Busca_Horario {
public String[] timeSelect(String[] entrada1, String[] entrada2){
}
Several online tutorials use obsolete firebase commands and did not serve me. Please help me out!
Good Edeson, glad I could help.
– Dev