CopyPastor

Detecting plagiarism made easy.

Score: 1; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2020-11-09
by Apurv Jha

Original Post

Original - Posted on 2019-05-29
by Cody



            
Present in both answers; Present only in the new answer; Present only in the old answer;

There's a [known bug][1] with Google Services 4.2.0 that may cause this. Downgrading your google-services version to 4.1.0 in your project's build.gradle may resolve the issue
buildscript { dependencies { classpath 'com.google.gms:google-services:4.1.0' //decreased from 4.2.0 } }

[1]: https://github.com/invertase/react-native-firebase/issues/1676
There's a [known bug][1] with Google Services 4.2.0 that may cause this. Downgrading your google-services version to 4.1.0 in your project's build.gradle may resolve the issue
buildscript { dependencies { classpath 'com.google.gms:google-services:4.1.0' //decreased from 4.2.0 } }

[1]: https://github.com/invertase/react-native-firebase/issues/1676

        
Present in both answers; Present only in the new answer; Present only in the old answer;