Firebase – How to read file from android project in Kotlin/java
I want to read the file during runtime in Kotlin function, the file I want to read is stored at projectname/app/credentials.json and I want to read credentials.json. similar case can be how firebase read its credential file google-services.json PS: I…