WebView and Firebase integration failing due to manifest file overriding
Nobody has claimed this yet.
- Dominant language
- Objective-C++
- Stars
- 2.7k
- Forks
- 734
- Avg merge
- 11h 39m
- Merged PRs (30d)
- 1
Description
I imported Firebase Auth in my project and implemented entire login approach, now once the user is logged in I want to show them with WebView.
The issue is when I am setting up the webview as per steps and then try to build the apk. The webview manifest overrides the manifest file and then the building of apk fails with error "Android Resource Linking Failed".
I tried:
- Reimporting Firebase after WebView
- With new project also.
- Reimporting WebView also.
The issue is that the Manifest file made for WebView is overriding the Manifest file required for Firebase.


Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Android Resource Linking Failed error with the WebView and Firebase manifest files enabled together, then compare how each manifest is applied during the APK build. Done means a project using Firebase Auth and WebView builds successfully without one manifest overriding the other.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, unity
- Domain
- build-system, mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100