Skip to content

Commit dfbbc65

Browse files
[App] Add link.xml to preserve Auth types for reflection (#1429)
* [App] Add link.xml to preserve Auth types for reflection * Update app/src/internal/link.xml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Add in meta file * Remove labels --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent a11dece commit dfbbc65

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

app/src/internal/link.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<linker>
2+
<assembly fullname="Firebase.Auth">
3+
<type fullname="Firebase.Auth.FirebaseAuth" preserve="all"/>
4+
<type fullname="Firebase.Auth.FirebaseUser" preserve="all"/>
5+
</assembly>
6+
<assembly fullname="Firebase.AppCheck">
7+
<type fullname="Firebase.AppCheck.FirebaseAppCheck" preserve="all"/>
8+
</assembly>
9+
</linker>

app/src/internal/link.xml.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)