docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/firebase_v1beta1.projects.webApps.html b/docs/dyn/firebase_v1beta1.projects.webApps.html
index 32389c6..3584519 100644
--- a/docs/dyn/firebase_v1beta1.projects.webApps.html
+++ b/docs/dyn/firebase_v1beta1.projects.webApps.html
@@ -108,18 +108,18 @@
     The object takes the form of:
 
 { # Details of a Firebase App for the web.
-    "appUrls": [ # The fully qualified URLs where the App is hosted.
-      "A String",
-    ],
-    "name": "A String", # The fully qualified resource name of the App, for example:
-        # <br><code>projects/<var>projectId</var>/webApps/<var>appId</var></code>
-    "displayName": "A String", # The user-assigned display name of the App.
-    "appId": "A String", # Immutable. The globally unique, Firebase-assigned identifier of the App.
-        # <br>
-        # <br>This identifier should be treated as an opaque token, as the data
-        # format is not specified.
-    "projectId": "A String", # The globally unique, user-assigned ID of the parent Project for the App.
-  }
+  "name": "A String", # The fully qualified resource name of the App, for example:
+      # <br><code>projects/<var>projectId</var>/webApps/<var>appId</var></code>
+  "displayName": "A String", # The user-assigned display name of the App.
+  "appId": "A String", # Immutable. The globally unique, Firebase-assigned identifier of the App.
+      # <br>
+      # <br>This identifier should be treated as an opaque token, as the data
+      # format is not specified.
+  "projectId": "A String", # The globally unique, user-assigned ID of the parent Project for the App.
+  "appUrls": [ # The fully qualified URLs where the App is hosted.
+    "A String",
+  ],
+}
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -193,18 +193,18 @@
   An object of the form:
 
     { # Details of a Firebase App for the web.
-      "appUrls": [ # The fully qualified URLs where the App is hosted.
-        "A String",
-      ],
-      "name": "A String", # The fully qualified resource name of the App, for example:
-          # <br><code>projects/<var>projectId</var>/webApps/<var>appId</var></code>
-      "displayName": "A String", # The user-assigned display name of the App.
-      "appId": "A String", # Immutable. The globally unique, Firebase-assigned identifier of the App.
-          # <br>
-          # <br>This identifier should be treated as an opaque token, as the data
-          # format is not specified.
-      "projectId": "A String", # The globally unique, user-assigned ID of the parent Project for the App.
-    }</pre>
+    &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the App, for example:
+        # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/webApps/&lt;var&gt;appId&lt;/var&gt;&lt;/code&gt;
+    &quot;displayName&quot;: &quot;A String&quot;, # The user-assigned display name of the App.
+    &quot;appId&quot;: &quot;A String&quot;, # Immutable. The globally unique, Firebase-assigned identifier of the App.
+        # &lt;br&gt;
+        # &lt;br&gt;This identifier should be treated as an opaque token, as the data
+        # format is not specified.
+    &quot;projectId&quot;: &quot;A String&quot;, # The globally unique, user-assigned ID of the parent Project for the App.
+    &quot;appUrls&quot;: [ # The fully qualified URLs where the App is hosted.
+      &quot;A String&quot;,
+    ],
+  }</pre>
 </div>
 
 <div class="method">
@@ -226,12 +226,6 @@
   An object of the form:
 
     { # Configuration metadata of a single Firebase App for the web.
-    &quot;messagingSenderId&quot;: &quot;A String&quot;, # The sender ID for use with Firebase Cloud Messaging.
-    &quot;apiKey&quot;: &quot;A String&quot;, # The API key associated with the web App.
-    &quot;projectId&quot;: &quot;A String&quot;, # Immutable. The globally unique, user-assigned project ID of the parent
-        # Project for the App.
-    &quot;appId&quot;: &quot;A String&quot;, # Immutable. The globally unique, Firebase-assigned identifier of the App.
-    &quot;databaseURL&quot;: &quot;A String&quot;, # The default Firebase Realtime Database URL.
     &quot;authDomain&quot;: &quot;A String&quot;, # The domain Firebase Auth configures for OAuth redirects, in the format:
         # &lt;br&gt;&lt;code&gt;&lt;var&gt;projectId&lt;/var&gt;.firebaseapp.com&lt;/code&gt;
     &quot;measurementId&quot;: &quot;A String&quot;, # This field will no longer be provided here. Instead, use
@@ -245,6 +239,12 @@
         # finalized yet. To set your project&#x27;s default GCP resource location,
         # call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize)
         # after you add Firebase services to your project.
+    &quot;messagingSenderId&quot;: &quot;A String&quot;, # The sender ID for use with Firebase Cloud Messaging.
+    &quot;apiKey&quot;: &quot;A String&quot;, # The API key associated with the web App.
+    &quot;databaseURL&quot;: &quot;A String&quot;, # The default Firebase Realtime Database URL.
+    &quot;projectId&quot;: &quot;A String&quot;, # Immutable. The globally unique, user-assigned project ID of the parent
+        # Project for the App.
+    &quot;appId&quot;: &quot;A String&quot;, # Immutable. The globally unique, Firebase-assigned identifier of the App.
   }</pre>
 </div>
 
@@ -277,18 +277,18 @@
     {
     &quot;apps&quot;: [ # List of each WebApp that is in the parent Firebase Project.
       { # Details of a Firebase App for the web.
-          &quot;appUrls&quot;: [ # The fully qualified URLs where the App is hosted.
-            &quot;A String&quot;,
-          ],
-          &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the App, for example:
-              # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/webApps/&lt;var&gt;appId&lt;/var&gt;&lt;/code&gt;
-          &quot;displayName&quot;: &quot;A String&quot;, # The user-assigned display name of the App.
-          &quot;appId&quot;: &quot;A String&quot;, # Immutable. The globally unique, Firebase-assigned identifier of the App.
-              # &lt;br&gt;
-              # &lt;br&gt;This identifier should be treated as an opaque token, as the data
-              # format is not specified.
-          &quot;projectId&quot;: &quot;A String&quot;, # The globally unique, user-assigned ID of the parent Project for the App.
-        },
+        &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the App, for example:
+            # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/webApps/&lt;var&gt;appId&lt;/var&gt;&lt;/code&gt;
+        &quot;displayName&quot;: &quot;A String&quot;, # The user-assigned display name of the App.
+        &quot;appId&quot;: &quot;A String&quot;, # Immutable. The globally unique, Firebase-assigned identifier of the App.
+            # &lt;br&gt;
+            # &lt;br&gt;This identifier should be treated as an opaque token, as the data
+            # format is not specified.
+        &quot;projectId&quot;: &quot;A String&quot;, # The globally unique, user-assigned ID of the parent Project for the App.
+        &quot;appUrls&quot;: [ # The fully qualified URLs where the App is hosted.
+          &quot;A String&quot;,
+        ],
+      },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # If the result list is too large to fit in a single response, then a token
         # is returned. If the string is empty, then this response is the last page of
@@ -327,18 +327,18 @@
     The object takes the form of:
 
 { # Details of a Firebase App for the web.
-    &quot;appUrls&quot;: [ # The fully qualified URLs where the App is hosted.
-      &quot;A String&quot;,
-    ],
-    &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the App, for example:
-        # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/webApps/&lt;var&gt;appId&lt;/var&gt;&lt;/code&gt;
-    &quot;displayName&quot;: &quot;A String&quot;, # The user-assigned display name of the App.
-    &quot;appId&quot;: &quot;A String&quot;, # Immutable. The globally unique, Firebase-assigned identifier of the App.
-        # &lt;br&gt;
-        # &lt;br&gt;This identifier should be treated as an opaque token, as the data
-        # format is not specified.
-    &quot;projectId&quot;: &quot;A String&quot;, # The globally unique, user-assigned ID of the parent Project for the App.
-  }
+  &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the App, for example:
+      # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/webApps/&lt;var&gt;appId&lt;/var&gt;&lt;/code&gt;
+  &quot;displayName&quot;: &quot;A String&quot;, # The user-assigned display name of the App.
+  &quot;appId&quot;: &quot;A String&quot;, # Immutable. The globally unique, Firebase-assigned identifier of the App.
+      # &lt;br&gt;
+      # &lt;br&gt;This identifier should be treated as an opaque token, as the data
+      # format is not specified.
+  &quot;projectId&quot;: &quot;A String&quot;, # The globally unique, user-assigned ID of the parent Project for the App.
+  &quot;appUrls&quot;: [ # The fully qualified URLs where the App is hosted.
+    &quot;A String&quot;,
+  ],
+}
 
   updateMask: string, Specifies which fields to update.
 &lt;br&gt;Note that the fields `name`, `appId`, and `projectId` are all
@@ -352,18 +352,18 @@
   An object of the form:
 
     { # Details of a Firebase App for the web.
-      &quot;appUrls&quot;: [ # The fully qualified URLs where the App is hosted.
-        &quot;A String&quot;,
-      ],
-      &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the App, for example:
-          # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/webApps/&lt;var&gt;appId&lt;/var&gt;&lt;/code&gt;
-      &quot;displayName&quot;: &quot;A String&quot;, # The user-assigned display name of the App.
-      &quot;appId&quot;: &quot;A String&quot;, # Immutable. The globally unique, Firebase-assigned identifier of the App.
-          # &lt;br&gt;
-          # &lt;br&gt;This identifier should be treated as an opaque token, as the data
-          # format is not specified.
-      &quot;projectId&quot;: &quot;A String&quot;, # The globally unique, user-assigned ID of the parent Project for the App.
-    }</pre>
+    &quot;name&quot;: &quot;A String&quot;, # The fully qualified resource name of the App, for example:
+        # &lt;br&gt;&lt;code&gt;projects/&lt;var&gt;projectId&lt;/var&gt;/webApps/&lt;var&gt;appId&lt;/var&gt;&lt;/code&gt;
+    &quot;displayName&quot;: &quot;A String&quot;, # The user-assigned display name of the App.
+    &quot;appId&quot;: &quot;A String&quot;, # Immutable. The globally unique, Firebase-assigned identifier of the App.
+        # &lt;br&gt;
+        # &lt;br&gt;This identifier should be treated as an opaque token, as the data
+        # format is not specified.
+    &quot;projectId&quot;: &quot;A String&quot;, # The globally unique, user-assigned ID of the parent Project for the App.
+    &quot;appUrls&quot;: [ # The fully qualified URLs where the App is hosted.
+      &quot;A String&quot;,
+    ],
+  }</pre>
 </div>
 
 </body></html>
\ No newline at end of file