PropertiesFireBaseLinks
Lists all FirebaseLinks on a property to which the user has access.
Table Specific Information
Select
Lists all FirebaseLinks on a property to which the user has access. The provider uses the GoogleAnalytics4 API to process WHERE clause conditions built with the Parent column and the = operator. Queries are processed server-side.
The following is an example query:
SELECT * FROM PropertiesFirebaseLinks WHERE Parent = 'properties/54516992'
You can turn off client-side execution by setting SupportEnhancedSQL to false, in which case any search criteria that refers to other columns will cause an error.
Columns
Name | Type | ReadOnly | Description |
CreateTime | Datetime | True |
Time the FirebaseLink was created. |
MaximumUserAccess | String | True |
Maximum user access to the property allowed to admins of the linked Firebase project. |
Name | String | True |
FirebaseLink name. |
Parent | String | True |
Name of the FirebaseLink's logical parent. |
Project | String | True |
Firebase project resource name. |
PropertyId | Integer | True |
Property ID value to be used when querying this table. |