Anar  
                
                  
                    March 26, 2022,  9:32am
                   
                  1 
               
             
            
              Hello.  When I export the application I have made, I get an error warning from firebase, I opened the json file, there is no problem in the firebase url in the place of the blocks, but I get an error warning, I deleted the json file and added it again, it still did not work.
             
            
              
           
          
            
            
              Please read this and then edit your question following these tips.
  
  
     
 
             
            
              
           
          
          
            
              
                dora_paz  
              
                  
                    March 26, 2022,  9:53am
                   
                  4 
               
             
            
              Since you are using firebase authentication
Make sure that google-services.json is in assets. 
Make sure it doesn’t have a number, like google-services(1).json. 
The package name of your app, and the package name you provided to firebase to download “google-services.json” MUST  be the same 
and finally check if firebase url is missing from json 
 
  
  
    To be honest I have no knowledge of Firebase. 
But by looking at one of the json files that were lying around here on my PC, I saw that one line was missing in both cases 
"firebase_url": "https://your-projekt-id.firebaseio.com",
if it is the right/correct one I have no idea.. 
  "project_info": {
    "project_number": "123456789",
	"firebase_url": "https://your-projekt-id.firebaseio.com",
    "project_id": "your-projekt-id",
    "storage_bucket": "your-projekt-id.appspot.com"
   
 
             
            
              
                
           
          
            
              
                system  
              
                  
                    July 20, 2022,  2:09am
                   
                  5 
               
             
            
              This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.