How to delete firebase-demo-project from google developer console - firebase-console

I know this question have been answered here on stack overflow, but in my case, I have a project in my google developer console named "firebase-demo-project". In this same console, I cannot delete the project : it seems I don't have de right permission to do so (the delete options are grayed).
On the other side, in the firebase console for the same user, I have no project at all. So I cannot just delete the project from firebase since it's not there.
Anyone can help with this ?

Its simple. Open Firebase console (https://console.firebase.google.com)
Click on Explore Demo Project Button
On the next page on top right click on Exit Demo.
That's all.
Now in you Cloud Console, your firebase demo will be gone. (refresh page if already open).

Top right on the main project page there is a leave demonstration link. It erased the project from my Google Cloud Console.

Related

Could not access to the actions console of our project

We have several action console projects. But recently I could not access to one of our action console projects.
Normally I will access from list in here:
https://www.screencast.com/t/CWlbqhRFc
But now it always show error when I click to one of our projects in there.
https://www.screencast.com/t/b6DmCIcmDsec
I contact with google and ask them for helping. They said that it is caching problems and ask me clear cache on browser. I did it but error still happen. Many other members of this projects also got that error (We shared account of project with some members).
Does someone know the reason of this bug and how could I fix it?
Please check the Roles you have for the project. You need to give Viewer Role to all the members of the project who are getting this error.
Please have a look into this Stackoverflow post as well.
There are a high chance there are a problem in google server. Because after we add a new device model. We could access our project again.

Branch link opens Ionic 3 app, which immediately closes before loading

I'm configuring Branch and seeing what I think is unexpected behavior upon trying to test my setup. I have an Ionic 3.7 app and am new to Ionic/iOS/Android development- so I've been following the Branch docs to try and get this configured (just for iOS right now).
What I've done so far:
I started with this guide: https://dev.branch.io/getting-started/sdk-integration-guide/guide/cordova/
The pre-requisite is that Universal Links are setup, which makes sense. In order to get that working, I clicking the link in the guide above, which took me to this guide: https://dev.branch.io/getting-started/universal-app-links/guide/cordova/
The Universal Link steps have gone fine until #3, where I'm trying to verify that my setup is correct. I created a Quick Link and texted it to my phone (which had a build of my app that I ran after adding the config in step 2).
Clicking the link starts to open the app (I see the splash screen), but it closes before loading is complete (I see a black screen momentarily). When I open this build of the app normally, it loads and runs normally
As I mentioned, I'm new to this- do I need to follow the Apple Universal Link setup (from here) with the apple-app-site-association file before starting the Branch config? I didn't see any mention of that in the guides I followed- however, it may be something so basic that it's assumed the user has done it already.
Regardless, I did configure that file and make it available as the Apple guide says. I'm still seeing the same behavior when I click my Branch link.
The 2nd Branch guide I posted only mentions that the app opens immediately without routing through Safari as a result of the test- is what I'm seeing actually correct? I don't have the SDK installed to handle the links, so I could see that being the case too.
UPDATE
I went ahead and installed the SDK, following the instructions here. It was somewhat confusing, as I wasn't sure if I should be supplementing the additions to config.xml from my step 1) above, or if my branch-config section should only have the keys from the SDK installation example.
I ended up commenting out the changes to config.xml from step 1) and it looks like it worked, as I now see the deeplink data when opening the app via the Quick Link I created before. I had previously added the domains to my entitlements file directly in Xcode before, though, so I'm now wondering if I need those extra config keys in order to persist the entitlements changes should I need to remove/readd the iOS platform.
Amruta from Branch.io here:
You can follow the iconic integration guide available on Github here.You need to update your config.xml with the Branch key assigned to your App, which can be found on the Account Settings page of the Branch dashboard. The URI scheme is the one you have defined in the Link Settings page of the Branch dashboard and the link domain for your Branch links is also defined on the Link Settings Page.
If you still have issues, I would recommend writing to integrations#branch.io.

Bluemix Blockchain Marbles app is hanging

I've gone through the steps to deploy the marbles app on Bluemix and it's running but when I go to 'create' it the 'colour' pull down doesn't populate, the 'create' button doesn't do anything and there is a 'loading...' message in the top right corner. I've tried looking at the logs but can't spot anything. A blockchain entry keeps appearing and disappearing. Any ideas?
Open the client side console logs in your browser and look for clues. Right click the page, inspect, click on the console tab. Should be something helpful in there.
Details debugging can be found here:
https://github.com/IBM-Blockchain/marbles/blob/master/i_lost_my_marbles.md
I managed to get it working by reinstalling it on a US instance instead of the UK one. Maybe its something to do with time zones as it was the display of the time that wasn't working even though it's UTC. I wasn't getting anywhere with devops services in the UK either.

How do I open a built-in tutorial in Eclipse?

I just downloaded Eclipse. The welcome page asked if I'd like to follow through a tutorial, so I happily started. However, at one point, I right clicked and somehow closed the tutorial, and now I cannot figure out how to re-open the tutorial. I've gone through most of the options under "Show View" and tried restarting the IDE to get the welcome page again, but none of these have worked.
Where on the IDE can I open a tutorial?
This is because Eclipse's tutorials are called "Cheat Sheets". In order to open a cheat sheet, navigate to Help->Cheat Sheets... and select the one you'd like to follow through.

Beginner programmer using eclipse. Error: Could not find or load main class.

I have read the other posts asking the same question but was unable to get my code to work. I have deleted my meta data and imported my files back in to no avail.
I have my workspace inside my dropbox folder to allow me to code from home or while away. Currently I am using my laptop which is not my primary coding machine. The project worked yesterday on this laptop however.
any help would be much obliged, I will provide any information that is required
First go to the Project menu and select "Clean...". That might solve it right off the bat.
If not, next you should right click on your "src" folder and select "Build Path" -> "Use as Source Folder". Then Clean again.
Try those two things and then report back with results.