flutter_dotenv
flutter_dotenv copied to clipboard
Acces dotenv on index.html for firebase config
I am using firebase for auth and on release mode, I am using dotenv package where I am declaring my firebase keys on main.dart file and it is working like charm but for Microsoft login I have to also initialize on index.html file. How can I work on this problem?
this is how i am trying to access but not working
Did you manage to fix this issue?
hey guys, could you find a solution?