I'm having a development problem with my app that I can not resolve and can not find something to help me. Such an app was running smoothly with data stored in variables, but by 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 a vector (array) in the firebase and to be able to use it normally in my app, being that I can use the properties of the same, like 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 tutorials on the internet use obsolete firebase commands and did not serve me. Please help me!