nicklbaert
nicklbaert
### [READ] Step 1: Are you in the right place? Yes ### [REQUIRED] Step 2: Describe your environment * Operating System version: Github Actions * Firebase SDK version: 11.8.0 *...
### Action config ``` - uses: actions/checkout@v3 - name: Install dependencies run: npm install - name: Build & export the NextJS app & copy it into config/hosting working-directory: apps/app run:...
We have a NextJS app containing a favicon under public/favicon.ico. This favicon is not displayed correctly when using the deploy action. We use the following CD workflow: When doing this,...
As stated here: https://developer.android.com/about/versions/14/features/screenshot-detection#implementation devices running Android 14 need this permission to be able to detect screen recordings. Would be great if this could be added to the implementation steps...