I have created the dynamic links using Firebase console. But there are no option to remove or delete or edit options.
I want to delete dynamic links from the console. Any help appreciate.
This is not possible.
Deleting links would be a problem since that could lead to broken data and user experiences. At Branch.io (full disclosure: I'm on the Branch team), we don't allow link deletion either (you can 'Archive' the link to get it off the screen, but that does not make the URL inactive).
Firebase probably prevents editing for the same reason. At Branch, we do allow editing of everything except the link URL (since that would be effectively deleting the link).
Google just added the edit and archive feature. You can check that out in the Firebase console
You can only archive the link but the link will still work, but it will no longer be displayed on the Firebase console.
If you desperately wanted to delete it, what you can do is delete the URL prefix and associated links; all dynamic links and analytics associated with that domain are permanently deleted.
Related
Help a developer i hired not only he didn't finish the job, but also he left a rule that sends him a copy for everyone who sings up on my site i've been trying to remove the rule from the plugins to no avail I am new to programming, below ill place some images hopefully one can indicate me where such rule could be, i want to mention i am using fluent form and that also he had ftp access only to that specific directory as i didn't fully trusted him.
also, there are not custom snippets in the snippets section
also he never had access to cpanel, and the email is sent only from that specific form i belive as it was the only form at the time enter image description here
I can confirm that removing the plugins and removing cache and re-installing the plugins doesn't work but I can officially confirm that the issue only happens when this line is added into fluent form, methods=stripe&fname={inputs.names.first_name}&lname={inputs.names.last_name}&email={inputs.email}&cname={inputs.input_text_1}&acname={inputs.input_text_2}&phone={inputs.numeric-field}&admin_url={submission.id}
Even if only this: methods=stripe is added, still send the email to him that instructions tells the plugin where to find that email address
i tried typing the email address in php my admin and file manager in cpanel but nothing i find only logs at most of the emails sent
Since you are using Fluent forms then you should check the notification rules of that specific form.
Click on Settings of the form you want
Go to Settings & Integration(Top bar) > Email Notifications (Sidebar)
There you will see all notification rules for that form, his email is probably there, remove it.
More info here.
SOLVED: The rule came from within the theme file editor, wasn't the plugins.
the developer added his email for notification testing and never removed it.
I would like to disable efr param to 1 in our dynamic link from firebase, in order to skip the preview page and get directly to the appstore. Thinking it will work.. but now the link is not copied to the app on install. What is your solution here in order to not show the preview page, go directly to the appstore, and keep the url within the clipboard on install?
IMO, UX wise, it's nicer to not have the preview page, even if I add metadata to it.
Thanks.
While there's an option to disable the app preview page, it's in place to ensure Dynamic Link reliability in iOS. You can have it disabled, but it won't guarantee that the FDL will work as expected in iOS. This is explained in more detail here.
At the beginning, we've linked a custom domain to firebase hosting to create dynamic links using this domain. Today, we want to remove it. Deleting the connected domain from firebase hosting was pretty simple but then it remains in the list of url prefixes in the dynamic links section. There is a delete button but it is disable (I don't know why actually).
Does someone found a solution for that?
Also, I tried to delete a link created before so I hit the archive button but actually the link is still active (just not listed in the list of dynamic links anymore). Does it take time to be "inactive"?
Thank you in advance
You have to be project's owner to have the option "Delete URL prefix" available.
Once deleted, URL prefix can't be reused for a month.
As shown bleow, it needs 1 month to be reused
I changed my profile picture on github quite some time ago, but whenever I share a link to any of my repositories via telegram, it still displays old profile pic. If I share it via skype, correct image is displayed.
I tried to use webpage bot and /updatepreview command, it says that "Link previews was updated successfully. Check them out!" but the image is still the same (not updated)!
How can I make telegram clean cache for links from my github account?
I used webpagebot like this answer from another thread to fix my GitHub avatar and it is working for me.
After giving the URL to the bot, I had to push Update with Content.
Have you tried appending /?v=n at the end of the URL when sharing the link? n can be any number but should be increasing after every update you make
I want to edit contents of the existing page in wordpress.It is a live site so user side should not be changed
untill i want to publish that after all changes made to that page.Is there any plugin or what
i have to do for this.
Anyone please help me.
It depends what sort of changes. As noted above if you're channing post contents if will be enough not to publish them, but I guess you already now that.
However if you want to change appearance of the site then caching plugin might help. E.g. with w3 total cache you can do any change to template/css/php and so on and only logged in users will see changes (any non logged in user will get cached version of the page until you clean cache or cache expires).
If you have also users which are logging in into your wordpress, then I'm not aware of already made plugin that have such functionality - you probably would have to create development version of your site and test changes there.
For content - agree with previous answers.
But if you are changing the theme and want some changes to be visible only for you (admin) then you can use is_admin() function to print out different content for admin (new one) and different for other users (old one).
http://codex.wordpress.org/Function_Reference/is_admin