Adding regex to whitelist in firebase Dynamic Links - firebase

How do I input RegEx into the whitelist for Firebase Dynamic Links? As shown below, the input boxes only allow URLs. I am on the dynamic link page for firebase console as the documentation suggests.

Click the "Save" button on this window, then click the 'Allow list URL pattern' button. Then you can edit RegEx patterns.

Related

Google Places API Autocomplete force to choose a selection or auto selection

I am working on a clients site which uses an advanced search function on the home page and one of the fields uses google places API autocomplete but at the moment the field allows the user to search without choosing a location from the list which causes an incorrect search and shows no results, I know very little about JS so if anyone could help, either so they have to choose an option from the autocomplete list or even choose the top option when they click off the field or click submit
thanks in advance
here is the site link: https://www.edijobs.co.uk/

Google Forms - Add custom button "more info" in items using Google Apps Script

I am trying to add a custom button in a "Google Forms" form.
I have widely looked in AddOns and Google Apps Script documentation but with no luck.
I would like to have a button (let's say the "i" of information) to click in case of need of more info about the question.
I don't want to expose always the long description for all the questions.
My idea was, at the event of click on the button (the info image), set the description.
Any other ideas?
Example of image with
Create the instruction for Question 1 in a Google Doc. Write whatever you want in the DOC. Share it publicly with view rights.
Copy the url of the doc
Paste the url in bit.ly to shorten the url. Copy the url.
Edit your form
In the Question 1, in the "Description" field write
"Please click bit.ly/xxxx for instructions"
Now the user can click the above link to read the instructions in another tab.
I use it all the time.

Firebase Collaboration: Share a Single Project in Google IAM?

So I shared a firebase project in Google IAM. Turns out, the guy emails me with a screenshot and he has write access to all my projects (see below)? Anyone else notice this, or did I add a member incorrectly?
For understanding the steps to add, please go through the below step:
Log in to https://console.firebase.google.com using your Google account. A screen will be displayed with option Add Project.
Click on the Add Project option. You will be asked to enter App name and country. Then proceed by clicking on Create Project button.
Click on Users and Permission option from Settings/cog wheel icon which is adjacent to Project Overview, present on the left menu list.
You will be redirected to new a webpage(https://console.cloud.google.com/iam-admin/iam) and proceed with accepting the terms.
Click on IAM option from the left menu list. Add member by selecting Add on IAM screen.
Provide email id and role, then click on Add for adding the member.

How to collect statistics from firebase dynamic links created manually?

I've created dynamic link manually and I would like to collect statistics for it in firebase console.
Is it possible?
Link that I've created contains:
link, apn, utm_source ,utm_medium
I believe you need to shorten the Dynamic Links, for the Firebase console to track clicks for you. From this page:
To help you gauge the effectiveness of your promotions and campaigns, the following Analytics events are automatically logged when you open a short Dynamic Link in your app. You can create short Dynamic Links in the Firebase console.
For your existing manually created dynamic link, go to the Console, click on Dynamic Links, then New Dynamic Link. Select Shorten an Existing Dynamic Link, then paste your existing link there, then click the Create Link button.

How to display a URL as a clickable link in KIbana 4 discovery

I have tweets indexed in ES and displayed in Kibana. Tweet data has some URLs. Like entities.media.expanded_url, or entities.urls.expanded_url. How to make these to display as clickable link in discovery panel?
I went to the index setting and changed format form default to UR or image in case of image but nothing happens.
Thanks in advance.
You have the possibility to format strings as URLs with Kibana 4. To do that, go to Settings, select your index and edit the field you want to show as a clickable URL (click over the button under controls).
If you change the default format to URL, it should show links in the discover page.

Resources