Unknown Projects in Diaolgflow - firebase

I am creating a new agent in Dialogflow, and was asked if i wanted to create a new project or add to an existing project. Two projects were listed that I do not recognize.
I went into my Firebase console and do not see the projects. Any suggestions on where I can find these mystery projects and what I set them up for originally?

Posting the answer as OP confirmed in the comment section that it resolves issue.
thank you, the console.cloud.google.com link worked
One of the reasons why you are able to see different/3rd party projects in your account dashboard is because you were granted access to those projects as a viewer or editor role.
It can be checked in IAM which is reachable using this link to project IAM Dashboard.
Another possibility is being part of the specific group, which have viewer/editor role to other projects, it can be visible by filtering by group.

Related

How can I ensure my project ownership is secure in Google Firebase?

I am a beginner to Firebase as I've had a project (web-app) built for me by a developer on Fiverr.
Said website is hosted on firebase and connected to a custom domain.
The ownership has been transferred to me and I now own the project and it's custom website domain.
If thereotically a developer I work with in future wanted to "take over" my site is there any other protections I can put in place?
I just dont know if what I've mentioned above is enough.
Near project overview, you have an icon ⚙ > Project settings > User and Permissions. There should be your email address with role as owner. If there is a programmer, you can just remove him. But remember, you might not find a second one willing to change something in this code. And if you do, it might cost more.
If you're afraid he might be hacked and someone will delete your project, speak with him and give him a viewer role and just change it when you need some changes on your app.

What are those Projects on my google console?

Hello does anyone know what are those projects I found them on my google account. Picture is attached.
Projects
Those projects are the belonging to your organization, that's the reason why you're seeing them in the "all" section.
if you want to lists all active projects, where the active account has Owner, Editor, Browser or Viewer permissions. Projects are listed in alphabetical order by project name please follow the instructions in this link.

How to move custom domain from one firebase project to another without downtime?

I have a firebase project that serves live users through a custom domain. I need to move the custom domain to the new version of application that is running in a different firebase project. If I delete the custom domain and add it in another firebase project, how much time will it take to reflect the change? How do I minimize the downtime?
Checked with Firebase support. This can be done without downtime. Here are their instructions:
To delete your custom domain from the project, follow these steps:
Go to the Firebase Hosting console for your project, you will see
your domain.
Hover over your domain.
There's an overflow menu (three vertical dots) on the right. From the overflow menu, select "Delete Domain"
When you delete a domain, we don't immediately remove the domain from
our backend. This is because most of the time developers are moving
their domains from one project to another, and this feature allows us
to re-provisioned the SSL certificate quicker.
I was able to delete and add the domain to another project without any downtime. Thanks to the firebase team for being so thoughtful.
If it is just about moving the custom domain (no user sessions), and making a couple of other assumptions, like: the account used to verify the custom domain belongs to both Firebase projects, and that same account will move the domain, the change should be almost immediate, close to zero downtime. You should give it a try with a test domain, it's pretty straightforward.
If the goal is to have zero downtime, better ask Firebase Support to see if it's doable and how to do it.

How to remove myself from a Firebase project

I decided to try Firebase. When I go to the console, I not only see my own project, but two projects that I never created or was supposed to have access to:
Those projects seem to be created by a "Rohit Travel & Tours". I can see some of the details:
When I go to Google Cloud's resource manager, sure enough, the project is also there, along with a few "My First Project" projects that seem to belong to the same people:
I'm not sure why I got access to this. It's either a dangerous bug, or a clueless admin that added one of my emails to the project.
I'd like to remove that project since it's just clutter. However, I can't find a way to remove myself from the project, and since I don't have any kind of admin access, there's nothing I can actually change there. In fact, I can't find my account listed on any of the role/member fields either, so I'm not sure what's the real story there.
So far the admin emails listed on the accounts have been unresponsive when I requested that my account be removed.
There's no way to contact Google Cloud to request that either. Apparently the only way to contact them is with a paid support account of some kind.
So my question is: is there a way for me to ever remove myself from these accounts, so I don't see them on my panels, especially the Firebase dashboard?
Or am I stuck with these app accounts forever?
When such projects show up for me, it's usually because someone added a group that I'm a member of (like all#company.com) as a collaborator to that project. If that is the cause, there is no way to remove me/you as an individual user. One of the owners on the project will have to remove the overly broad group, and replace it by either a better targeted group or by the individual users.
Also see:
How do I remove myself from a project in the Google Developer Console?

Modified By System Dynamic CRM 2015

I am using Dynamic CRM 2015 On-Premises and currently facing an issue related to Modified By field of account.
The issue is that whenever someone modifies or assign the account to another user, the Modified By field of the account shows "System".It should be showing the name of the person who modifies the account.
I have also checked the registered plugins,there is no code written that is responsible for this kind of functionality.
Any kind of help/suggestion will appreciated.
Have you checked workflows? You could also turn on auditing for the entity to see if any other fields are being changed which might give you a better clue as to where the change is coming from.
If you have plugins, make sure that they are running in the current user's context. Plugins can be set to run as specific users, mostly to allow elevated permissions.
You do this by editing the Plugin Step (screenshot below).

Resources