No.
On the contrary, if your code is written for an old library, it will probably not work with the new one and there will be even more errors.
I meant that if you are starting a new project - is it worth building it on an outdated library? Isn't it better to use a new one right away? - although this will most likely require rewriting the code
sorry to take you back, so does it mean if l uninstall the libraries l was using for firebase and install the old ones , the error above might be fixed?
It might helps, because your code is seems to require an old version of the library. But do you know, what the version you need?
Regarding to the error - see the thread below, the answer #3, your problem looks the same as in the link:
In order to fix the error you have to create a 'FirebaseConfig*' structure, but the library doesn't provide an examples of it... may be the examples were deleted since the library considered outdated.
In any case, I don’t think you should hope that you change something and the error will go away on its own. You need to understand the code and understand the library in order to fix the program.
The same thing happened to me and 2 days ago I'm going crazy... I solved it using the Firebace library
Rupakpoddar
although I had to make some changes to the code. I hope it helps you... excuse my writing, I'm from Argentina