Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Zeek #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nevetS1980 wants to merge 6 commits into demo-dev from master
Closed

Zeek #93

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/firebase-cpp-sdk-issue.md
View file Open in desktop

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.md
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Firebase C++ Sample issue
about: Report issues with the Firebase C++ Sample.
labels: new
---
<!-- DO NOT DELETE
validate_template=true
template_path=.github/ISSUE_TEMPLATE/issue.md
-->

### [READ] For Firebase C++ SDK issues, please report to [Firebase C++ open-source](https://github.com/firebase/firebase-cpp-sdk/issues/new/choose)

Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.

### [REQUIRED] Please fill in the following fields:

* Which Firebase Sample: _____ (Auth, Database, etc.)
* Firebase C++ SDK version: _____
* Additional SDKs you are using: _____ (Facebook, AdMob, etc.)
* Platform you are using the SDK on: _____ (Mac, Windows, or Linux)
* Platform you are targeting: _____ (iOS, Android, and/or desktop)

### [REQUIRED] Please describe the issue here:

(Please list the full steps to reproduce the issue. Include device logs, and stack traces if available.)

#### Steps to reproduce:

What's the issue repro rate? (eg 100%, 1/5 etc)

What happened? How can we make the problem occur?
This could be a description, log/console output, etc.

If you have a downloadable sample project that reproduces the bug you're reporting, you will
likely receive a faster response on your issue.
14 changes: 14 additions & 0 deletions .github/workflows/desktop.yml
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Desktop builds

on:
workflow_dispatch:
inputs:
apis:
description: 'CSV of apis whose quickstart examples we should build'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: noop
run: true

AltStyle によって変換されたページ (->オリジナル) /